Shades of Dark Green #0C3929
Tints of Dark Green #0C3929
RGB
CMYK
RGB Variations
Color information
#0C3929 (or 0x0C3929) is known color: Dark Green. HEX triplet: 0C, 39 and 29. RGB value is (12,57,41). Sum of RGB (Red+Green+Blue) = 12+57+41=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3929 is #F3C6D6. Grayscale: #292929. Windows color (decimal): -15976151 or 2701580. OLE color: 2701580.
HSL color Cylindrical-coordinate representation of color #0C3929: hue angle of 158.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3929 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 41 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.78 |
| HSL | 158.67º | 0.65% | 0.14% | - |
| HSV(B) | 158.67º | 0.79% | 0.22% | - |
| XYZ | 2.01 | 3.16 | 2.6 | - |
| YUV | 41.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 41 | 0.79 | 0 | 0.28 | 0.78 | 158.67 | 0.65 | 0.14 |
| Hex | C | 39 | 29 | 4F | 0 | 1C | 4E | 9F | 41 | E |
| Octal | 14 | 71 | 51 | 117 | 0 | 34 | 116 | 237 | 101 | 16 |
| Binary | 1100 | 111001 | 101001 | 1001111 | 0 | 11100 | 1001110 | 10011111 | 1000001 | 1110 |
Color Harmonies of #0C3929
Complementary color
Monochromatic Colors of #0C3929
Black with #0C3929
Text Example
Text Example
White with #0C3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3929; }
p { color: rgb(12,57,41); }
H1.HeaderClassName
{
color: #0C3929;
}
.AnyTagClassName
{
color: #0C3929;
}
</style>
background-color css
<style>
a { background-color: #0C3929; }
a { background-color: rgb(12,57,41); }
div.DivClassName
{
background-color: #0C3929;
}
.BgClassName
{
background-color: #0C3929;
}
</style>
border-color css
<style>
span { border-color: #0C3929; }
span { border-color: rgb(12,57,41); }
td.TdClassName
{
border-color: #0C3929;
}
.TagClassName
{
border-color: #0C3929;
}
</style>