Shades of Dark Green #0C211E
Tints of Dark Green #0C211E
RGB
CMYK
RGB Variations
Color information
#0C211E (or 0x0C211E) is known color: Dark Green. HEX triplet: 0C, 21 and 1E. RGB value is (12,33,30). Sum of RGB (Red+Green+Blue) = 12+33+30=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211E is #F3DEE1. Grayscale: #1A1A1A. Windows color (decimal): -15982306 or 1974540. OLE color: 1974540.
HSL color Cylindrical-coordinate representation of color #0C211E: hue angle of 171.43º 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 #0C211E is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 30 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.87 |
| HSL | 171.43º | 0.47% | 0.09% | - |
| HSV(B) | 171.43º | 0.64% | 0.13% | - |
| XYZ | 0.93 | 1.26 | 1.42 | - |
| YUV | 26.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 30 | 0.64 | 0 | 0.09 | 0.87 | 171.43 | 0.47 | 0.09 |
| Hex | C | 21 | 1E | 40 | 0 | 9 | 57 | AB | 2F | 9 |
| Octal | 14 | 41 | 36 | 100 | 0 | 11 | 127 | 253 | 57 | 11 |
| Binary | 1100 | 100001 | 11110 | 1000000 | 0 | 1001 | 1010111 | 10101011 | 101111 | 1001 |
Color Harmonies of #0C211E
Complementary color
Monochromatic Colors of #0C211E
Black with #0C211E
Text Example
Text Example
White with #0C211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C211E; }
p { color: rgb(12,33,30); }
H1.HeaderClassName
{
color: #0C211E;
}
.AnyTagClassName
{
color: #0C211E;
}
</style>
background-color css
<style>
a { background-color: #0C211E; }
a { background-color: rgb(12,33,30); }
div.DivClassName
{
background-color: #0C211E;
}
.BgClassName
{
background-color: #0C211E;
}
</style>
border-color css
<style>
span { border-color: #0C211E; }
span { border-color: rgb(12,33,30); }
td.TdClassName
{
border-color: #0C211E;
}
.TagClassName
{
border-color: #0C211E;
}
</style>