Shades of Dark Green #0C3927
Tints of Dark Green #0C3927
RGB
CMYK
RGB Variations
Color information
#0C3927 (or 0x0C3927) is known color: Dark Green. HEX triplet: 0C, 39 and 27. RGB value is (12,57,39). Sum of RGB (Red+Green+Blue) = 12+57+39=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3927 is #F3C6D8. Grayscale: #292929. Windows color (decimal): -15976153 or 2570508. OLE color: 2570508.
HSL color Cylindrical-coordinate representation of color #0C3927: hue angle of 156º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3927 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 39 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.78 |
| HSL | 156º | 0.65% | 0.14% | - |
| HSV(B) | 156º | 0.79% | 0.22% | - |
| XYZ | 1.98 | 3.15 | 2.42 | - |
| YUV | 41.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 39 | 0.79 | 0 | 0.32 | 0.78 | 156 | 0.65 | 0.14 |
| Hex | C | 39 | 27 | 4F | 0 | 20 | 4E | 9C | 41 | E |
| Octal | 14 | 71 | 47 | 117 | 0 | 40 | 116 | 234 | 101 | 16 |
| Binary | 1100 | 111001 | 100111 | 1001111 | 0 | 100000 | 1001110 | 10011100 | 1000001 | 1110 |
Color Harmonies of #0C3927
Complementary color
Monochromatic Colors of #0C3927
Black with #0C3927
Text Example
Text Example
White with #0C3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3927; }
p { color: rgb(12,57,39); }
H1.HeaderClassName
{
color: #0C3927;
}
.AnyTagClassName
{
color: #0C3927;
}
</style>
background-color css
<style>
a { background-color: #0C3927; }
a { background-color: rgb(12,57,39); }
div.DivClassName
{
background-color: #0C3927;
}
.BgClassName
{
background-color: #0C3927;
}
</style>
border-color css
<style>
span { border-color: #0C3927; }
span { border-color: rgb(12,57,39); }
td.TdClassName
{
border-color: #0C3927;
}
.TagClassName
{
border-color: #0C3927;
}
</style>