Html Css Color HEX #011D16 Dark Green

📋 copy color: '#011D16'

red 1 ◦ green 29 ◦ blue 22

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

Shades of Dark Green #011D16

Tints of Dark Green #011D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 42.31%

R = 1.92%
G = 55.77%
B = 42.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#011D16 (or 0x011D16) is known color: Dark Green. HEX triplet: 01, 1D and 16. RGB value is (1,29,22). Sum of RGB (Red+Green+Blue) = 1+29+22=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #011D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D16 is #FEE2E9. Grayscale: #131313. Windows color (decimal): -16704234 or 1449217. OLE color: 1449217.

HSL color Cylindrical-coordinate representation of color #011D16: hue angle of 165º 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 #011D16 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 29 22 -
CMYK 0.97 0 0.24 0.89
HSL 165º 0.93% 0.06% -
HSV(B) 165º 0.97% 0.11% -
XYZ 0.6 0.94 0.91 -
YUV 19.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 1 29 22 0.97 0 0.24 0.89 165 0.93 0.06
Hex 1 1D 16 61 0 18 59 A5 5D 6
Octal 1 35 26 141 0 30 131 245 135 6
Binary 1 11101 10110 1100001 0 11000 1011001 10100101 1011101 110

Color Harmonies of #011D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D16

Black with #011D16

Text Example


Text Example

White with #011D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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