Html Css Color HEX #0C1916 Dark Green

📋 copy color: '#0C1916'

red 12 ◦ green 25 ◦ blue 22

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

Shades of Dark Green #0C1916

Tints of Dark Green #0C1916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

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

R = 20.34%
G = 42.37%
B = 37.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#0C1916 (or 0x0C1916) is known color: Dark Green. HEX triplet: 0C, 19 and 16. RGB value is (12,25,22). Sum of RGB (Red+Green+Blue) = 12+25+22=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1916 is #F3E6E9. Grayscale: #141414. Windows color (decimal): -15984362 or 1448204. OLE color: 1448204.

HSL color Cylindrical-coordinate representation of color #0C1916: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1916 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 22 -
CMYK 0.52 0 0.12 0.90
HSL 166.15º 0.35% 0.07% -
HSV(B) 166.15º 0.52% 0.1% -
XYZ 0.64 0.83 0.89 -
YUV 20.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 12 25 22 0.52 0 0.12 0.90 166.15 0.35 0.07
Hex C 19 16 34 0 C 5A A6 23 7
Octal 14 31 26 64 0 14 132 246 43 7
Binary 1100 11001 10110 110100 0 1100 1011010 10100110 100011 111

Color Harmonies of #0C1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1916

Black with #0C1916

Text Example


Text Example

White with #0C1916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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