Shades of Dark Green #0C3427
Tints of Dark Green #0C3427
RGB
CMYK
RGB Variations
Color information
#0C3427 (or 0x0C3427) is known color: Dark Green. HEX triplet: 0C, 34 and 27. RGB value is (12,52,39). Sum of RGB (Red+Green+Blue) = 12+52+39=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3427 is #F3CBD8. Grayscale: #262626. Windows color (decimal): -15977433 or 2569228. OLE color: 2569228.
HSL color Cylindrical-coordinate representation of color #0C3427: hue angle of 160.5º 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 #0C3427 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 39 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.80 |
| HSL | 160.5º | 0.63% | 0.13% | - |
| HSV(B) | 160.5º | 0.77% | 0.2% | - |
| XYZ | 1.75 | 2.68 | 2.34 | - |
| YUV | 38.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 39 | 0.77 | 0 | 0.25 | 0.80 | 160.5 | 0.63 | 0.13 |
| Hex | C | 34 | 27 | 4D | 0 | 19 | 50 | A0 | 3E | D |
| Octal | 14 | 64 | 47 | 115 | 0 | 31 | 120 | 240 | 76 | 15 |
| Binary | 1100 | 110100 | 100111 | 1001101 | 0 | 11001 | 1010000 | 10100000 | 111110 | 1101 |
Color Harmonies of #0C3427
Complementary color
Monochromatic Colors of #0C3427
Black with #0C3427
Text Example
Text Example
White with #0C3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3427; }
p { color: rgb(12,52,39); }
H1.HeaderClassName
{
color: #0C3427;
}
.AnyTagClassName
{
color: #0C3427;
}
</style>
background-color css
<style>
a { background-color: #0C3427; }
a { background-color: rgb(12,52,39); }
div.DivClassName
{
background-color: #0C3427;
}
.BgClassName
{
background-color: #0C3427;
}
</style>
border-color css
<style>
span { border-color: #0C3427; }
span { border-color: rgb(12,52,39); }
td.TdClassName
{
border-color: #0C3427;
}
.TagClassName
{
border-color: #0C3427;
}
</style>