Html Css Color HEX #01720D Green

📋 copy color: '#01720D'

red 1 ◦ green 114 ◦ blue 13

#01720D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #01720D

Tints of Green #01720D

RGB

 RED value IS 1 (0.78% from 255) = 0.78%

 GREEN value IS 114 (44.92% from 255) = 89.06%

 BLUE value IS 13 (5.47% from 255) = 10.16%

R = 0.78%
G = 89.06%
B = 10.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01720D (or 0x01720D) is known color: Green. HEX triplet: 01, 72 and 0D. RGB value is (1,114,13). Sum of RGB (Red+Green+Blue) = 1+114+13=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 114 (44.92% from 255 or 89.06% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 114 - color contains mainly: green. Hex color #01720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01720D is #FE8DF2. Grayscale: #444444. Windows color (decimal): -16682483 or 881153. OLE color: 881153.

HSL color Cylindrical-coordinate representation of color #01720D: hue angle of 126.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01720D is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 13 -
CMYK 0.99 0 0.89 0.55
HSL 126.37º 0.98% 0.23% -
HSV(B) 126.37º 0.99% 0.45% -
XYZ 6.1 12.07 2.39 -
YUV 68.7 96.56 79.71 -
System Red Green Blue C M Y K H S L
Decimal 1 114 13 0.99 0 0.89 0.55 126.37 0.98 0.23
Hex 1 72 D 63 0 59 37 7E 62 17
Octal 1 162 15 143 0 131 67 176 142 27
Binary 1 1110010 1101 1100011 0 1011001 110111 1111110 1100010 10111

Color Harmonies of #01720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01720D

Black with #01720D

Text Example


Text Example

White with #01720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01720D; }

 p { color: rgb(1,114,13); }

 H1.HeaderClassName
 {
   color: #01720D;
 }
 .AnyTagClassName
 {
   color: #01720D;
 }
</style>

background-color css

<style>
 a { background-color: #01720D; }

 a { background-color: rgb(1,114,13); }

 div.DivClassName
 {
   background-color: #01720D;
 }
 .BgClassName
 {
   background-color: #01720D;
 }
</style>

border-color css

<style>
 span { border-color: #01720D; }

 span { border-color: rgb(1,114,13); }

 td.TdClassName
 {
   border-color: #01720D;
 }
 .TagClassName
 {
   border-color: #01720D;
 }
</style>