Shades of Dark Green #0C211D
Tints of Dark Green #0C211D
RGB
CMYK
RGB Variations
Color information
#0C211D (or 0x0C211D) is known color: Dark Green. HEX triplet: 0C, 21 and 1D. RGB value is (12,33,29). Sum of RGB (Red+Green+Blue) = 12+33+29=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211D is #F3DEE2. Grayscale: #1A1A1A. Windows color (decimal): -15982307 or 1909004. OLE color: 1909004.
HSL color Cylindrical-coordinate representation of color #0C211D: hue angle of 168.57º 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 #0C211D is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 29 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.87 |
| HSL | 168.57º | 0.47% | 0.09% | - |
| HSV(B) | 168.57º | 0.64% | 0.13% | - |
| XYZ | 0.92 | 1.25 | 1.36 | - |
| YUV | 26.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 29 | 0.64 | 0 | 0.12 | 0.87 | 168.57 | 0.47 | 0.09 |
| Hex | C | 21 | 1D | 40 | 0 | C | 57 | A9 | 2F | 9 |
| Octal | 14 | 41 | 35 | 100 | 0 | 14 | 127 | 251 | 57 | 11 |
| Binary | 1100 | 100001 | 11101 | 1000000 | 0 | 1100 | 1010111 | 10101001 | 101111 | 1001 |
Color Harmonies of #0C211D
Complementary color
Monochromatic Colors of #0C211D
Black with #0C211D
Text Example
Text Example
White with #0C211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C211D; }
p { color: rgb(12,33,29); }
H1.HeaderClassName
{
color: #0C211D;
}
.AnyTagClassName
{
color: #0C211D;
}
</style>
background-color css
<style>
a { background-color: #0C211D; }
a { background-color: rgb(12,33,29); }
div.DivClassName
{
background-color: #0C211D;
}
.BgClassName
{
background-color: #0C211D;
}
</style>
border-color css
<style>
span { border-color: #0C211D; }
span { border-color: rgb(12,33,29); }
td.TdClassName
{
border-color: #0C211D;
}
.TagClassName
{
border-color: #0C211D;
}
</style>