Shades of Dark Green #0C3824
Tints of Dark Green #0C3824
RGB
CMYK
RGB Variations
Color information
#0C3824 (or 0x0C3824) is known color: Dark Green. HEX triplet: 0C, 38 and 24. RGB value is (12,56,36). Sum of RGB (Red+Green+Blue) = 12+56+36=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #0C3824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3824 is #F3C7DB. Grayscale: #282828. Windows color (decimal): -15976412 or 2373644. OLE color: 2373644.
HSL color Cylindrical-coordinate representation of color #0C3824: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3824 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 36 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.78 |
| HSL | 152.73º | 0.65% | 0.13% | - |
| HSV(B) | 152.73º | 0.79% | 0.22% | - |
| XYZ | 1.88 | 3.03 | 2.16 | - |
| YUV | 40.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 36 | 0.79 | 0 | 0.36 | 0.78 | 152.73 | 0.65 | 0.13 |
| Hex | C | 38 | 24 | 4F | 0 | 24 | 4E | 99 | 41 | D |
| Octal | 14 | 70 | 44 | 117 | 0 | 44 | 116 | 231 | 101 | 15 |
| Binary | 1100 | 111000 | 100100 | 1001111 | 0 | 100100 | 1001110 | 10011001 | 1000001 | 1101 |
Color Harmonies of #0C3824
Complementary color
Monochromatic Colors of #0C3824
Black with #0C3824
Text Example
Text Example
White with #0C3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3824; }
p { color: rgb(12,56,36); }
H1.HeaderClassName
{
color: #0C3824;
}
.AnyTagClassName
{
color: #0C3824;
}
</style>
background-color css
<style>
a { background-color: #0C3824; }
a { background-color: rgb(12,56,36); }
div.DivClassName
{
background-color: #0C3824;
}
.BgClassName
{
background-color: #0C3824;
}
</style>
border-color css
<style>
span { border-color: #0C3824; }
span { border-color: rgb(12,56,36); }
td.TdClassName
{
border-color: #0C3824;
}
.TagClassName
{
border-color: #0C3824;
}
</style>