Shades of Dark Green #0C352C
Tints of Dark Green #0C352C
RGB
CMYK
RGB Variations
Color information
#0C352C (or 0x0C352C) is known color: Dark Green. HEX triplet: 0C, 35 and 2C. RGB value is (12,53,44). Sum of RGB (Red+Green+Blue) = 12+53+44=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #0C352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C352C is #F3CAD3. Grayscale: #272727. Windows color (decimal): -15977172 or 2897164. OLE color: 2897164.
HSL color Cylindrical-coordinate representation of color #0C352C: hue angle of 166.83º 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 #0C352C is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 44 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.79 |
| HSL | 166.83º | 0.63% | 0.13% | - |
| HSV(B) | 166.83º | 0.77% | 0.21% | - |
| XYZ | 1.88 | 2.81 | 2.83 | - |
| YUV | 39.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 44 | 0.77 | 0 | 0.17 | 0.79 | 166.83 | 0.63 | 0.13 |
| Hex | C | 35 | 2C | 4D | 0 | 11 | 4F | A7 | 3F | D |
| Octal | 14 | 65 | 54 | 115 | 0 | 21 | 117 | 247 | 77 | 15 |
| Binary | 1100 | 110101 | 101100 | 1001101 | 0 | 10001 | 1001111 | 10100111 | 111111 | 1101 |
Color Harmonies of #0C352C
Complementary color
Monochromatic Colors of #0C352C
Black with #0C352C
Text Example
Text Example
White with #0C352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C352C; }
p { color: rgb(12,53,44); }
H1.HeaderClassName
{
color: #0C352C;
}
.AnyTagClassName
{
color: #0C352C;
}
</style>
background-color css
<style>
a { background-color: #0C352C; }
a { background-color: rgb(12,53,44); }
div.DivClassName
{
background-color: #0C352C;
}
.BgClassName
{
background-color: #0C352C;
}
</style>
border-color css
<style>
span { border-color: #0C352C; }
span { border-color: rgb(12,53,44); }
td.TdClassName
{
border-color: #0C352C;
}
.TagClassName
{
border-color: #0C352C;
}
</style>