Html Css Color HEX #011C16 Dark Green

📋 copy color: '#011C16'

red 1 ◦ green 28 ◦ blue 22

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

Shades of Dark Green #011C16

Tints of Dark Green #011C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 54.9%

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

R = 1.96%
G = 54.9%
B = 43.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#011C16 (or 0x011C16) is known color: Dark Green. HEX triplet: 01, 1C and 16. RGB value is (1,28,22). Sum of RGB (Red+Green+Blue) = 1+28+22=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #011C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C16 is #FEE3E9. Grayscale: #131313. Windows color (decimal): -16704490 or 1448961. OLE color: 1448961.

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

Color convert

RGB 1 28 22 -
CMYK 0.96 0 0.21 0.89
HSL 166.67º 0.93% 0.06% -
HSV(B) 166.67º 0.96% 0.11% -
XYZ 0.57 0.89 0.9 -
YUV 19.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 1 28 22 0.96 0 0.21 0.89 166.67 0.93 0.06
Hex 1 1C 16 60 0 15 59 A7 5D 6
Octal 1 34 26 140 0 25 131 247 135 6
Binary 1 11100 10110 1100000 0 10101 1011001 10100111 1011101 110

Color Harmonies of #011C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C16

Black with #011C16

Text Example


Text Example

White with #011C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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