Html Css Color HEX #0C1210 Dark Green

📋 copy color: '#0C1210'

red 12 ◦ green 18 ◦ blue 16

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

Shades of Dark Green #0C1210

Tints of Dark Green #0C1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 39.13%

 BLUE value IS 16 (6.64% from 255) = 34.78%

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#0C1210 (or 0x0C1210) is known color: Dark Green. HEX triplet: 0C, 12 and 10. RGB value is (12,18,16). Sum of RGB (Red+Green+Blue) = 12+18+16=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #0C1210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1210 is #F3EDEF. Grayscale: #0F0F0F. Windows color (decimal): -15986160 or 1053196. OLE color: 1053196.

HSL color Cylindrical-coordinate representation of color #0C1210: hue angle of 160º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C1210 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 18 16 -
CMYK 0.33 0 0.11 0.93
HSL 160º 0.2% 0.06% -
HSV(B) 160º 0.33% 0.07% -
XYZ 0.46 0.55 0.57 -
YUV 15.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 12 18 16 0.33 0 0.11 0.93 160 0.2 0.06
Hex C 12 10 21 0 B 5D A0 14 6
Octal 14 22 20 41 0 13 135 240 24 6
Binary 1100 10010 10000 100001 0 1011 1011101 10100000 10100 110

Color Harmonies of #0C1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1210

Black with #0C1210

Text Example


Text Example

White with #0C1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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