Shades of Dark Green #0C3828
Tints of Dark Green #0C3828
RGB
CMYK
RGB Variations
Color information
#0C3828 (or 0x0C3828) is known color: Dark Green. HEX triplet: 0C, 38 and 28. RGB value is (12,56,40). Sum of RGB (Red+Green+Blue) = 12+56+40=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #0C3828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3828 is #F3C7D7. Grayscale: #292929. Windows color (decimal): -15976408 or 2635788. OLE color: 2635788.
HSL color Cylindrical-coordinate representation of color #0C3828: hue angle of 158.18º 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 #0C3828 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 40 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.78 |
| HSL | 158.18º | 0.65% | 0.13% | - |
| HSV(B) | 158.18º | 0.79% | 0.22% | - |
| XYZ | 1.95 | 3.06 | 2.5 | - |
| YUV | 41.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 40 | 0.79 | 0 | 0.29 | 0.78 | 158.18 | 0.65 | 0.13 |
| Hex | C | 38 | 28 | 4F | 0 | 1D | 4E | 9E | 41 | D |
| Octal | 14 | 70 | 50 | 117 | 0 | 35 | 116 | 236 | 101 | 15 |
| Binary | 1100 | 111000 | 101000 | 1001111 | 0 | 11101 | 1001110 | 10011110 | 1000001 | 1101 |
Color Harmonies of #0C3828
Complementary color
Monochromatic Colors of #0C3828
Black with #0C3828
Text Example
Text Example
White with #0C3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3828; }
p { color: rgb(12,56,40); }
H1.HeaderClassName
{
color: #0C3828;
}
.AnyTagClassName
{
color: #0C3828;
}
</style>
background-color css
<style>
a { background-color: #0C3828; }
a { background-color: rgb(12,56,40); }
div.DivClassName
{
background-color: #0C3828;
}
.BgClassName
{
background-color: #0C3828;
}
</style>
border-color css
<style>
span { border-color: #0C3828; }
span { border-color: rgb(12,56,40); }
td.TdClassName
{
border-color: #0C3828;
}
.TagClassName
{
border-color: #0C3828;
}
</style>