Shades of Dark Green #0C3428
Tints of Dark Green #0C3428
RGB
CMYK
RGB Variations
Color information
#0C3428 (or 0x0C3428) is known color: Dark Green. HEX triplet: 0C, 34 and 28. RGB value is (12,52,40). Sum of RGB (Red+Green+Blue) = 12+52+40=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3428 is #F3CBD7. Grayscale: #262626. Windows color (decimal): -15977432 or 2634764. OLE color: 2634764.
HSL color Cylindrical-coordinate representation of color #0C3428: hue angle of 162º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3428 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 40 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.80 |
| HSL | 162º | 0.63% | 0.13% | - |
| HSV(B) | 162º | 0.77% | 0.2% | - |
| XYZ | 1.76 | 2.69 | 2.43 | - |
| YUV | 38.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 40 | 0.77 | 0 | 0.23 | 0.80 | 162 | 0.63 | 0.13 |
| Hex | C | 34 | 28 | 4D | 0 | 17 | 50 | A2 | 3E | D |
| Octal | 14 | 64 | 50 | 115 | 0 | 27 | 120 | 242 | 76 | 15 |
| Binary | 1100 | 110100 | 101000 | 1001101 | 0 | 10111 | 1010000 | 10100010 | 111110 | 1101 |
Color Harmonies of #0C3428
Complementary color
Monochromatic Colors of #0C3428
Black with #0C3428
Text Example
Text Example
White with #0C3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3428; }
p { color: rgb(12,52,40); }
H1.HeaderClassName
{
color: #0C3428;
}
.AnyTagClassName
{
color: #0C3428;
}
</style>
background-color css
<style>
a { background-color: #0C3428; }
a { background-color: rgb(12,52,40); }
div.DivClassName
{
background-color: #0C3428;
}
.BgClassName
{
background-color: #0C3428;
}
</style>
border-color css
<style>
span { border-color: #0C3428; }
span { border-color: rgb(12,52,40); }
td.TdClassName
{
border-color: #0C3428;
}
.TagClassName
{
border-color: #0C3428;
}
</style>