#0C211C

Color #0C211C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0C211C

Tints of Dark Green #0C211C

Color information

#0C211C (or 0x0C211C) is unknown color: approx Dark Green. HEX triplet: 0C, 21 and 1C. RGB value is (12,33,28). Sum of RGB (Red+Green+Blue) = 12+33+28=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211C is #F3DEE3. Grayscale: #1A1A1A. Windows color (decimal): -15982308 or 1843468. OLE color: 1843468.

HSL color Cylindrical-coordinate representation of color #0C211C: hue angle of 165.71º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C211C is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB123328-
CMYK0.6400.150.87
HSL165.71º46.67%8.82%-
HSV(B)165.71º63.64%12.94%-
XYZ0.911.251.29-
YUV26.15129.04117.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.44%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=16.44%
G=45.21%
B=38.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1233280.6400.150.87165.7146.678.82
HexC211C400F57a62f9
Octal1441341000171272465711
Binary1100100001111001000000011111010111101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,33,28); }

 H1.HeaderClassName
 {
   color: #0C211C;
 }
 .AnyTagClassName
 {
   color: #0C211C;
 }
</style>
background-color css

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

 a { background-color: rgb(12,33,28); }

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

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

 span { border-color: rgb(12,33,28); }

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