Html Css Color HEX #0C1612 Dark Green

📋 copy color: '#0C1612'

red 12 ◦ green 22 ◦ blue 18

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

Shades of Dark Green #0C1612

Tints of Dark Green #0C1612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 34.62%

R = 23.08%
G = 42.31%
B = 34.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.91

RGB Variations

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

Color information

#0C1612 (or 0x0C1612) is known color: Dark Green. HEX triplet: 0C, 16 and 12. RGB value is (12,22,18). Sum of RGB (Red+Green+Blue) = 12+22+18=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1612 is #F3E9ED. Grayscale: #121212. Windows color (decimal): -15985134 or 1185292. OLE color: 1185292.

HSL color Cylindrical-coordinate representation of color #0C1612: hue angle of 156º 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 #0C1612 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 22 18 -
CMYK 0.45 0 0.18 0.91
HSL 156º 0.29% 0.07% -
HSV(B) 156º 0.45% 0.09% -
XYZ 0.55 0.7 0.68 -
YUV 18.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 12 22 18 0.45 0 0.18 0.91 156 0.29 0.07
Hex C 16 12 2D 0 12 5B 9C 1D 7
Octal 14 26 22 55 0 22 133 234 35 7
Binary 1100 10110 10010 101101 0 10010 1011011 10011100 11101 111

Color Harmonies of #0C1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1612

Black with #0C1612

Text Example


Text Example

White with #0C1612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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