Shades of Dark Green #0C3529
Tints of Dark Green #0C3529
RGB
CMYK
RGB Variations
Color information
#0C3529 (or 0x0C3529) is known color: Dark Green. HEX triplet: 0C, 35 and 29. RGB value is (12,53,41). Sum of RGB (Red+Green+Blue) = 12+53+41=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3529 is #F3CAD6. Grayscale: #272727. Windows color (decimal): -15977175 or 2700556. OLE color: 2700556.
HSL color Cylindrical-coordinate representation of color #0C3529: hue angle of 162.44º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3529 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 41 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.79 |
| HSL | 162.44º | 0.63% | 0.13% | - |
| HSV(B) | 162.44º | 0.77% | 0.21% | - |
| XYZ | 1.82 | 2.78 | 2.54 | - |
| YUV | 39.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 41 | 0.77 | 0 | 0.23 | 0.79 | 162.44 | 0.63 | 0.13 |
| Hex | C | 35 | 29 | 4D | 0 | 17 | 4F | A2 | 3F | D |
| Octal | 14 | 65 | 51 | 115 | 0 | 27 | 117 | 242 | 77 | 15 |
| Binary | 1100 | 110101 | 101001 | 1001101 | 0 | 10111 | 1001111 | 10100010 | 111111 | 1101 |
Color Harmonies of #0C3529
Complementary color
Monochromatic Colors of #0C3529
Black with #0C3529
Text Example
Text Example
White with #0C3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3529; }
p { color: rgb(12,53,41); }
H1.HeaderClassName
{
color: #0C3529;
}
.AnyTagClassName
{
color: #0C3529;
}
</style>
background-color css
<style>
a { background-color: #0C3529; }
a { background-color: rgb(12,53,41); }
div.DivClassName
{
background-color: #0C3529;
}
.BgClassName
{
background-color: #0C3529;
}
</style>
border-color css
<style>
span { border-color: #0C3529; }
span { border-color: rgb(12,53,41); }
td.TdClassName
{
border-color: #0C3529;
}
.TagClassName
{
border-color: #0C3529;
}
</style>