Html Css Color HEX #0C1814 Dark Green

📋 copy color: '#0C1814'

red 12 ◦ green 24 ◦ blue 20

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

Shades of Dark Green #0C1814

Tints of Dark Green #0C1814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0C1814 (or 0x0C1814) is known color: Dark Green. HEX triplet: 0C, 18 and 14. RGB value is (12,24,20). Sum of RGB (Red+Green+Blue) = 12+24+20=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1814 is #F3E7EB. Grayscale: #131313. Windows color (decimal): -15984620 or 1316876. OLE color: 1316876.

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

Color convert

RGB 12 24 20 -
CMYK 0.50 0 0.17 0.91
HSL 160º 0.33% 0.07% -
HSV(B) 160º 0.5% 0.09% -
XYZ 0.6 0.78 0.78 -
YUV 19.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 12 24 20 0.50 0 0.17 0.91 160 0.33 0.07
Hex C 18 14 32 0 11 5B A0 21 7
Octal 14 30 24 62 0 21 133 240 41 7
Binary 1100 11000 10100 110010 0 10001 1011011 10100000 100001 111

Color Harmonies of #0C1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1814

Black with #0C1814

Text Example


Text Example

White with #0C1814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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