COLOR #01751E

HEX: #01751E
RGB: (1,117,30)

Color info

#01751E contains mainly green color. Web safe color of #01751E is #006633 (or #063).

RGB color model

#01751E color RGB value is (1,117,30).

  • red value is 1;
  • green value is 117;
  • blue value is 30.
RGB:
(1,117,30)
(0%,46%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 117 of 255 = 46%
B 30 of 255 = 12%

1
117
30

R + G + B ~ 19%. #01751E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 117 + 30 = 148 (100%)
R 1 of 148 ~ 0.68%
G 117 of 148 ~ 79.05%
B 30 of 148 ~ 20.27%

%79.05
%20.27

CMYK color model

#01751E color CMYK value is (99,0,74,54).

  • cyan value is 99.15%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 54.12%
CMYK:
(99,0,74,54)
C99M0Y74K54 
(99%,0%,74%,54%)
(0.99/0.00/0.74/0.54)	

CMYK percentages

%99.15
%0
%74.36
%54.12

Codes

Color #01751E in popluar color models

01751E
RGB111730
HSL135°98.31%23.14%
HSB/HSV135°99.15%45.88%
CMYK99.15%0.00%74.36%
54.12%

Color #01751E in popluar number systems.

HEX01751E
Decimal111730
Binary1111010111110
Octal116536

Shades and tints

Shades of #01751E

#01751E
(1,117,30)
#016B1C
(1,107,28)
#01611A
(1,97,26)
#015718
(1,87,24)
#014D16
(1,77,22)
#014314
(1,67,20)
#013912
(1,57,18)
#012F10
(1,47,16)
#01250E
(1,37,14)
#011B0C
(1,27,12)
#01110A
(1,17,10)
#000000
(0,0,0)

Tints of #01751E

#01751E
(1,117,30)
#188132
(24,129,50)
#2F8D46
(47,141,70)
#46995A
(70,153,90)
#5DA56E
(93,165,110)
#74B182
(116,177,130)
#8BBD96
(139,189,150)
#A2C9AA
(162,201,170)
#B9D5BE
(185,213,190)
#D0E1D2
(208,225,210)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01751E color. Also use rgb(1,117,30) instead hex code.

Text Font Color

.myTextColor { color: #01751E; }

<p style="color:#01751E">This sample text font color is #01751E.</p>

This text font color is #01751E.


Background Color

.myBgColor { background-color: #01751E; }

<div style="background-color:#01751E">Inner text</div>

This div background color is #01751E.


Border color

.myBorderColor { border: 1px solid #01751E; }

<div style="border:3px solid #01751E">Div</div>

This div border color is #01751E.


Opacity

.myOpacity80 { color: #01751E; opacity: 0.8; }

<p style="color:#01751E;opacity:0.8;">80%</p>

Text with #01751E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #01751E;}

<p style="text-shadow: 3px 3px 1px #01751E">Text here.</p>

This text has shadow with #01751E color.

.textShadow {text-shadow: 3px 3px 1px #01751E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #01751E, 5px 5px 20px red">Text here.</p>

This text has shadow with #01751E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01751E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#01751E, Direction=45, Strength=4)">Text</p>

This text has shadow with #01751E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #01751E;
  -webkit-box-shadow:	1px 1px 3px 2px #01751E;
  box-shadow:		1px 1px 3px 2px #01751E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01751E;
-webkit-box-shadow: 1px 1px 3px 2px #01751E;
box-shadow:1px 1px 3px 2px #01751E;">
Div content here</div>
This div box has shadow with color #01751E.

Preview

Color preview on black background

This text has color #01751E on black background.


Color preview on white background

This text has color #01751E on white background.



Black color preview on #01751E background

This text has black color on #01751E background.


White color preview on #01751E background

This text has white color on #01751E background.