Shades of Dark Green #0C211B
Tints of Dark Green #0C211B
RGB
CMYK
RGB Variations
Color information
#0C211B (or 0x0C211B) is known color: Dark Green. HEX triplet: 0C, 21 and 1B. RGB value is (12,33,27). Sum of RGB (Red+Green+Blue) = 12+33+27=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211B is #F3DEE4. Grayscale: #1A1A1A. Windows color (decimal): -15982309 or 1777932. OLE color: 1777932.
HSL color Cylindrical-coordinate representation of color #0C211B: hue angle of 162.86º 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 #0C211B is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 27 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.87 |
| HSL | 162.86º | 0.47% | 0.09% | - |
| HSV(B) | 162.86º | 0.64% | 0.13% | - |
| XYZ | 0.89 | 1.25 | 1.23 | - |
| YUV | 26.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 27 | 0.64 | 0 | 0.18 | 0.87 | 162.86 | 0.47 | 0.09 |
| Hex | C | 21 | 1B | 40 | 0 | 12 | 57 | A3 | 2F | 9 |
| Octal | 14 | 41 | 33 | 100 | 0 | 22 | 127 | 243 | 57 | 11 |
| Binary | 1100 | 100001 | 11011 | 1000000 | 0 | 10010 | 1010111 | 10100011 | 101111 | 1001 |
Color Harmonies of #0C211B
Complementary color
Monochromatic Colors of #0C211B
Black with #0C211B
Text Example
Text Example
White with #0C211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C211B; }
p { color: rgb(12,33,27); }
H1.HeaderClassName
{
color: #0C211B;
}
.AnyTagClassName
{
color: #0C211B;
}
</style>
background-color css
<style>
a { background-color: #0C211B; }
a { background-color: rgb(12,33,27); }
div.DivClassName
{
background-color: #0C211B;
}
.BgClassName
{
background-color: #0C211B;
}
</style>
border-color css
<style>
span { border-color: #0C211B; }
span { border-color: rgb(12,33,27); }
td.TdClassName
{
border-color: #0C211B;
}
.TagClassName
{
border-color: #0C211B;
}
</style>