Html Css Color HEX #0C1816 Dark Green

📋 copy color: '#0C1816'

red 12 ◦ green 24 ◦ blue 22

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

Shades of Dark Green #0C1816

Tints of Dark Green #0C1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 20.69%
G = 41.38%
B = 37.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#0C1816 (or 0x0C1816) is known color: Dark Green. HEX triplet: 0C, 18 and 16. RGB value is (12,24,22). Sum of RGB (Red+Green+Blue) = 12+24+22=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1816 is #F3E7E9. Grayscale: #141414. Windows color (decimal): -15984618 or 1447948. OLE color: 1447948.

HSL color Cylindrical-coordinate representation of color #0C1816: hue angle of 170º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1816 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 24 22 -
CMYK 0.50 0 0.08 0.91
HSL 170º 0.33% 0.07% -
HSV(B) 170º 0.5% 0.09% -
XYZ 0.62 0.79 0.88 -
YUV 20.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 12 24 22 0.50 0 0.08 0.91 170 0.33 0.07
Hex C 18 16 32 0 8 5B AA 21 7
Octal 14 30 26 62 0 10 133 252 41 7
Binary 1100 11000 10110 110010 0 1000 1011011 10101010 100001 111

Color Harmonies of #0C1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1816

Black with #0C1816

Text Example


Text Example

White with #0C1816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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