Shades of Dark Green #0C2F1D
Tints of Dark Green #0C2F1D
RGB
CMYK
RGB Variations
Color information
#0C2F1D (or 0x0C2F1D) is known color: Dark Green. HEX triplet: 0C, 2F and 1D. RGB value is (12,47,29). Sum of RGB (Red+Green+Blue) = 12+47+29=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 47 (18.75% from 255 or 53.41% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2F1D is #F3D0E2. Grayscale: #222222. Windows color (decimal): -15978723 or 1912588. OLE color: 1912588.
HSL color Cylindrical-coordinate representation of color #0C2F1D: hue angle of 149.14º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2F1D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 47 | 29 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.82 |
| HSL | 149.14º | 0.59% | 0.12% | - |
| HSV(B) | 149.14º | 0.74% | 0.18% | - |
| XYZ | 1.39 | 2.2 | 1.51 | - |
| YUV | 34.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 29 | 0.74 | 0 | 0.38 | 0.82 | 149.14 | 0.59 | 0.12 |
| Hex | C | 2F | 1D | 4A | 0 | 26 | 52 | 95 | 3B | C |
| Octal | 14 | 57 | 35 | 112 | 0 | 46 | 122 | 225 | 73 | 14 |
| Binary | 1100 | 101111 | 11101 | 1001010 | 0 | 100110 | 1010010 | 10010101 | 111011 | 1100 |
Color Harmonies of #0C2F1D
Complementary color
Monochromatic Colors of #0C2F1D
Black with #0C2F1D
Text Example
Text Example
White with #0C2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F1D; }
p { color: rgb(12,47,29); }
H1.HeaderClassName
{
color: #0C2F1D;
}
.AnyTagClassName
{
color: #0C2F1D;
}
</style>
background-color css
<style>
a { background-color: #0C2F1D; }
a { background-color: rgb(12,47,29); }
div.DivClassName
{
background-color: #0C2F1D;
}
.BgClassName
{
background-color: #0C2F1D;
}
</style>
border-color css
<style>
span { border-color: #0C2F1D; }
span { border-color: rgb(12,47,29); }
td.TdClassName
{
border-color: #0C2F1D;
}
.TagClassName
{
border-color: #0C2F1D;
}
</style>