Shades of Dark Green #0C2E1D
Tints of Dark Green #0C2E1D
RGB
CMYK
RGB Variations
Color information
#0C2E1D (or 0x0C2E1D) is known color: Dark Green. HEX triplet: 0C, 2E and 1D. RGB value is (12,46,29). Sum of RGB (Red+Green+Blue) = 12+46+29=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E1D is #F3D1E2. Grayscale: #212121. Windows color (decimal): -15978979 or 1912332. OLE color: 1912332.
HSL color Cylindrical-coordinate representation of color #0C2E1D: hue angle of 150º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E1D is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 29 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.82 |
| HSL | 150º | 0.59% | 0.11% | - |
| HSV(B) | 150º | 0.74% | 0.18% | - |
| XYZ | 1.35 | 2.12 | 1.5 | - |
| YUV | 33.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 29 | 0.74 | 0 | 0.37 | 0.82 | 150 | 0.59 | 0.11 |
| Hex | C | 2E | 1D | 4A | 0 | 25 | 52 | 96 | 3B | B |
| Octal | 14 | 56 | 35 | 112 | 0 | 45 | 122 | 226 | 73 | 13 |
| Binary | 1100 | 101110 | 11101 | 1001010 | 0 | 100101 | 1010010 | 10010110 | 111011 | 1011 |
Color Harmonies of #0C2E1D
Complementary color
Monochromatic Colors of #0C2E1D
Black with #0C2E1D
Text Example
Text Example
White with #0C2E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E1D; }
p { color: rgb(12,46,29); }
H1.HeaderClassName
{
color: #0C2E1D;
}
.AnyTagClassName
{
color: #0C2E1D;
}
</style>
background-color css
<style>
a { background-color: #0C2E1D; }
a { background-color: rgb(12,46,29); }
div.DivClassName
{
background-color: #0C2E1D;
}
.BgClassName
{
background-color: #0C2E1D;
}
</style>
border-color css
<style>
span { border-color: #0C2E1D; }
span { border-color: rgb(12,46,29); }
td.TdClassName
{
border-color: #0C2E1D;
}
.TagClassName
{
border-color: #0C2E1D;
}
</style>