Shades of Dark Green #0C2A1E
Tints of Dark Green #0C2A1E
RGB
CMYK
RGB Variations
Color information
#0C2A1E (or 0x0C2A1E) is known color: Dark Green. HEX triplet: 0C, 2A and 1E. RGB value is (12,42,30). Sum of RGB (Red+Green+Blue) = 12+42+30=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #0C2A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A1E is #F3D5E1. Grayscale: #1F1F1F. Windows color (decimal): -15980002 or 1976844. OLE color: 1976844.
HSL color Cylindrical-coordinate representation of color #0C2A1E: hue angle of 156º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C2A1E is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 42 | 30 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.84 |
| HSL | 156º | 0.56% | 0.11% | - |
| HSV(B) | 156º | 0.71% | 0.16% | - |
| XYZ | 1.21 | 1.83 | 1.52 | - |
| YUV | 31.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 30 | 0.71 | 0 | 0.29 | 0.84 | 156 | 0.56 | 0.11 |
| Hex | C | 2A | 1E | 47 | 0 | 1D | 54 | 9C | 38 | B |
| Octal | 14 | 52 | 36 | 107 | 0 | 35 | 124 | 234 | 70 | 13 |
| Binary | 1100 | 101010 | 11110 | 1000111 | 0 | 11101 | 1010100 | 10011100 | 111000 | 1011 |
Color Harmonies of #0C2A1E
Complementary color
Monochromatic Colors of #0C2A1E
Black with #0C2A1E
Text Example
Text Example
White with #0C2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A1E; }
p { color: rgb(12,42,30); }
H1.HeaderClassName
{
color: #0C2A1E;
}
.AnyTagClassName
{
color: #0C2A1E;
}
</style>
background-color css
<style>
a { background-color: #0C2A1E; }
a { background-color: rgb(12,42,30); }
div.DivClassName
{
background-color: #0C2A1E;
}
.BgClassName
{
background-color: #0C2A1E;
}
</style>
border-color css
<style>
span { border-color: #0C2A1E; }
span { border-color: rgb(12,42,30); }
td.TdClassName
{
border-color: #0C2A1E;
}
.TagClassName
{
border-color: #0C2A1E;
}
</style>