Shades of Dark Green #0C211C
Tints of Dark Green #0C211C
RGB
CMYK
RGB Variations
Color information
#0C211C (or 0x0C211C) is known color: 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
| RGB | 12 | 33 | 28 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.87 |
| HSL | 165.71º | 0.47% | 0.09% | - |
| HSV(B) | 165.71º | 0.64% | 0.13% | - |
| XYZ | 0.91 | 1.25 | 1.29 | - |
| YUV | 26.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 28 | 0.64 | 0 | 0.15 | 0.87 | 165.71 | 0.47 | 0.09 |
| Hex | C | 21 | 1C | 40 | 0 | F | 57 | A6 | 2F | 9 |
| Octal | 14 | 41 | 34 | 100 | 0 | 17 | 127 | 246 | 57 | 11 |
| Binary | 1100 | 100001 | 11100 | 1000000 | 0 | 1111 | 1010111 | 10100110 | 101111 | 1001 |
Color Harmonies of #0C211C
Complementary color
Monochromatic Colors of #0C211C
Black with #0C211C
Text Example
Text Example
White with #0C211C
Text Example
Text Example
HTML Codes & Css Web 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>