Shades of Dark Green #0C2114
Tints of Dark Green #0C2114
RGB
CMYK
RGB Variations
Color information
#0C2114 (or 0x0C2114) is known color: Dark Green. HEX triplet: 0C, 21 and 14. RGB value is (12,33,20). Sum of RGB (Red+Green+Blue) = 12+33+20=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2114 is #F3DEEB. Grayscale: #191919. Windows color (decimal): -15982316 or 1319180. OLE color: 1319180.
HSL color Cylindrical-coordinate representation of color #0C2114: hue angle of 142.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 #0C2114 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 20 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.87 |
| HSL | 142.86º | 0.47% | 0.09% | - |
| HSV(B) | 142.86º | 0.64% | 0.13% | - |
| XYZ | 0.82 | 1.22 | 0.85 | - |
| YUV | 25.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 20 | 0.64 | 0 | 0.39 | 0.87 | 142.86 | 0.47 | 0.09 |
| Hex | C | 21 | 14 | 40 | 0 | 27 | 57 | 8F | 2F | 9 |
| Octal | 14 | 41 | 24 | 100 | 0 | 47 | 127 | 217 | 57 | 11 |
| Binary | 1100 | 100001 | 10100 | 1000000 | 0 | 100111 | 1010111 | 10001111 | 101111 | 1001 |
Color Harmonies of #0C2114
Complementary color
Monochromatic Colors of #0C2114
Black with #0C2114
Text Example
Text Example
White with #0C2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2114; }
p { color: rgb(12,33,20); }
H1.HeaderClassName
{
color: #0C2114;
}
.AnyTagClassName
{
color: #0C2114;
}
</style>
background-color css
<style>
a { background-color: #0C2114; }
a { background-color: rgb(12,33,20); }
div.DivClassName
{
background-color: #0C2114;
}
.BgClassName
{
background-color: #0C2114;
}
</style>
border-color css
<style>
span { border-color: #0C2114; }
span { border-color: rgb(12,33,20); }
td.TdClassName
{
border-color: #0C2114;
}
.TagClassName
{
border-color: #0C2114;
}
</style>