Shades of Dark Green #0C321E
Tints of Dark Green #0C321E
RGB
CMYK
RGB Variations
Color information
#0C321E (or 0x0C321E) is known color: Dark Green. HEX triplet: 0C, 32 and 1E. RGB value is (12,50,30). Sum of RGB (Red+Green+Blue) = 12+50+30=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #0C321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C321E is #F3CDE1. Grayscale: #242424. Windows color (decimal): -15977954 or 1978892. OLE color: 1978892.
HSL color Cylindrical-coordinate representation of color #0C321E: hue angle of 148.42º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C321E is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 30 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.80 |
| HSL | 148.42º | 0.61% | 0.12% | - |
| HSV(B) | 148.42º | 0.76% | 0.2% | - |
| XYZ | 1.53 | 2.45 | 1.62 | - |
| YUV | 36.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 30 | 0.76 | 0 | 0.40 | 0.80 | 148.42 | 0.61 | 0.12 |
| Hex | C | 32 | 1E | 4C | 0 | 28 | 50 | 94 | 3D | C |
| Octal | 14 | 62 | 36 | 114 | 0 | 50 | 120 | 224 | 75 | 14 |
| Binary | 1100 | 110010 | 11110 | 1001100 | 0 | 101000 | 1010000 | 10010100 | 111101 | 1100 |
Color Harmonies of #0C321E
Complementary color
Monochromatic Colors of #0C321E
Black with #0C321E
Text Example
Text Example
White with #0C321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C321E; }
p { color: rgb(12,50,30); }
H1.HeaderClassName
{
color: #0C321E;
}
.AnyTagClassName
{
color: #0C321E;
}
</style>
background-color css
<style>
a { background-color: #0C321E; }
a { background-color: rgb(12,50,30); }
div.DivClassName
{
background-color: #0C321E;
}
.BgClassName
{
background-color: #0C321E;
}
</style>
border-color css
<style>
span { border-color: #0C321E; }
span { border-color: rgb(12,50,30); }
td.TdClassName
{
border-color: #0C321E;
}
.TagClassName
{
border-color: #0C321E;
}
</style>