Shades of Dark Green #0C392B
Tints of Dark Green #0C392B
RGB
CMYK
RGB Variations
Color information
#0C392B (or 0x0C392B) is known color: Dark Green. HEX triplet: 0C, 39 and 2B. RGB value is (12,57,43). Sum of RGB (Red+Green+Blue) = 12+57+43=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #0C392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C392B is #F3C6D4. Grayscale: #292929. Windows color (decimal): -15976149 or 2832652. OLE color: 2832652.
HSL color Cylindrical-coordinate representation of color #0C392B: hue angle of 161.33º 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 #0C392B is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 43 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.78 |
| HSL | 161.33º | 0.65% | 0.14% | - |
| HSV(B) | 161.33º | 0.79% | 0.22% | - |
| XYZ | 2.05 | 3.18 | 2.79 | - |
| YUV | 41.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 43 | 0.79 | 0 | 0.25 | 0.78 | 161.33 | 0.65 | 0.14 |
| Hex | C | 39 | 2B | 4F | 0 | 19 | 4E | A1 | 41 | E |
| Octal | 14 | 71 | 53 | 117 | 0 | 31 | 116 | 241 | 101 | 16 |
| Binary | 1100 | 111001 | 101011 | 1001111 | 0 | 11001 | 1001110 | 10100001 | 1000001 | 1110 |
Color Harmonies of #0C392B
Complementary color
Monochromatic Colors of #0C392B
Black with #0C392B
Text Example
Text Example
White with #0C392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C392B; }
p { color: rgb(12,57,43); }
H1.HeaderClassName
{
color: #0C392B;
}
.AnyTagClassName
{
color: #0C392B;
}
</style>
background-color css
<style>
a { background-color: #0C392B; }
a { background-color: rgb(12,57,43); }
div.DivClassName
{
background-color: #0C392B;
}
.BgClassName
{
background-color: #0C392B;
}
</style>
border-color css
<style>
span { border-color: #0C392B; }
span { border-color: rgb(12,57,43); }
td.TdClassName
{
border-color: #0C392B;
}
.TagClassName
{
border-color: #0C392B;
}
</style>