Html Css Color HEX #0C1611 Dark Green

📋 copy color: '#0C1611'

red 12 ◦ green 22 ◦ blue 17

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

Shades of Dark Green #0C1611

Tints of Dark Green #0C1611

RGB

 RED value IS 12 (5.08% from 255) = 23.53%

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

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 23.53%
G = 43.14%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#0C1611 (or 0x0C1611) is known color: Dark Green. HEX triplet: 0C, 16 and 11. RGB value is (12,22,17). Sum of RGB (Red+Green+Blue) = 12+22+17=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1611 is #F3E9EE. Grayscale: #121212. Windows color (decimal): -15985135 or 1119756. OLE color: 1119756.

HSL color Cylindrical-coordinate representation of color #0C1611: hue angle of 150º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C1611 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 22 17 -
CMYK 0.45 0 0.23 0.91
HSL 150º 0.29% 0.07% -
HSV(B) 150º 0.45% 0.09% -
XYZ 0.54 0.69 0.64 -
YUV 18.44 127.19 123.41 -
System Red Green Blue C M Y K H S L
Decimal 12 22 17 0.45 0 0.23 0.91 150 0.29 0.07
Hex C 16 11 2D 0 17 5B 96 1D 7
Octal 14 26 21 55 0 27 133 226 35 7
Binary 1100 10110 10001 101101 0 10111 1011011 10010110 11101 111

Color Harmonies of #0C1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1611

Black with #0C1611

Text Example


Text Example

White with #0C1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C1611; }

 p { color: rgb(12,22,17); }

 H1.HeaderClassName
 {
   color: #0C1611;
 }
 .AnyTagClassName
 {
   color: #0C1611;
 }
</style>

background-color css

<style>
 a { background-color: #0C1611; }

 a { background-color: rgb(12,22,17); }

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

border-color css

<style>
 span { border-color: #0C1611; }

 span { border-color: rgb(12,22,17); }

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