Shades of Dark Green #0C2D1B
Tints of Dark Green #0C2D1B
RGB
CMYK
RGB Variations
Color information
#0C2D1B (or 0x0C2D1B) is known color: Dark Green. HEX triplet: 0C, 2D and 1B. RGB value is (12,45,27). Sum of RGB (Red+Green+Blue) = 12+45+27=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D1B is #F3D2E4. Grayscale: #212121. Windows color (decimal): -15979237 or 1781004. OLE color: 1781004.
HSL color Cylindrical-coordinate representation of color #0C2D1B: hue angle of 147.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D1B is Cyan = 0.73, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 45 | 27 | - |
| CMYK | 0.73 | 0 | 0.4 | 0.82 |
| HSL | 147.27º | 0.58% | 0.11% | - |
| HSV(B) | 147.27º | 0.73% | 0.18% | - |
| XYZ | 1.29 | 2.03 | 1.36 | - |
| YUV | 33.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 27 | 0.73 | 0 | 0.4 | 0.82 | 147.27 | 0.58 | 0.11 |
| Hex | C | 2D | 1B | 49 | 0 | 28 | 52 | 93 | 3A | B |
| Octal | 14 | 55 | 33 | 111 | 0 | 50 | 122 | 223 | 72 | 13 |
| Binary | 1100 | 101101 | 11011 | 1001001 | 0 | 101000 | 1010010 | 10010011 | 111010 | 1011 |
Color Harmonies of #0C2D1B
Complementary color
Monochromatic Colors of #0C2D1B
Black with #0C2D1B
Text Example
Text Example
White with #0C2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2D1B; }
p { color: rgb(12,45,27); }
H1.HeaderClassName
{
color: #0C2D1B;
}
.AnyTagClassName
{
color: #0C2D1B;
}
</style>
background-color css
<style>
a { background-color: #0C2D1B; }
a { background-color: rgb(12,45,27); }
div.DivClassName
{
background-color: #0C2D1B;
}
.BgClassName
{
background-color: #0C2D1B;
}
</style>
border-color css
<style>
span { border-color: #0C2D1B; }
span { border-color: rgb(12,45,27); }
td.TdClassName
{
border-color: #0C2D1B;
}
.TagClassName
{
border-color: #0C2D1B;
}
</style>