Html Css Color HEX #011D18 Dark Green

📋 copy color: '#011D18'

red 1 ◦ green 29 ◦ blue 24

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

Shades of Dark Green #011D18

Tints of Dark Green #011D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 53.7%

 BLUE value IS 24 (9.77% from 255) = 44.44%

R = 1.85%
G = 53.7%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.89

RGB Variations

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

Color information

#011D18 (or 0x011D18) is known color: Dark Green. HEX triplet: 01, 1D and 18. RGB value is (1,29,24). Sum of RGB (Red+Green+Blue) = 1+29+24=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #011D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D18 is #FEE2E7. Grayscale: #141414. Windows color (decimal): -16704232 or 1580289. OLE color: 1580289.

HSL color Cylindrical-coordinate representation of color #011D18: hue angle of 169.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D18 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 29 24 -
CMYK 0.97 0 0.17 0.89
HSL 169.29º 0.93% 0.06% -
HSV(B) 169.29º 0.97% 0.11% -
XYZ 0.62 0.95 1.02 -
YUV 20.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 1 29 24 0.97 0 0.17 0.89 169.29 0.93 0.06
Hex 1 1D 18 61 0 11 59 A9 5D 6
Octal 1 35 30 141 0 21 131 251 135 6
Binary 1 11101 11000 1100001 0 10001 1011001 10101001 1011101 110

Color Harmonies of #011D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D18

Black with #011D18

Text Example


Text Example

White with #011D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011D18; }

 p { color: rgb(1,29,24); }

 H1.HeaderClassName
 {
   color: #011D18;
 }
 .AnyTagClassName
 {
   color: #011D18;
 }
</style>

background-color css

<style>
 a { background-color: #011D18; }

 a { background-color: rgb(1,29,24); }

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

border-color css

<style>
 span { border-color: #011D18; }

 span { border-color: rgb(1,29,24); }

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