Shades of Dark Green #0C382A
Tints of Dark Green #0C382A
RGB
CMYK
RGB Variations
Color information
#0C382A (or 0x0C382A) is known color: Dark Green. HEX triplet: 0C, 38 and 2A. RGB value is (12,56,42). Sum of RGB (Red+Green+Blue) = 12+56+42=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #0C382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C382A is #F3C7D5. Grayscale: #292929. Windows color (decimal): -15976406 or 2766860. OLE color: 2766860.
HSL color Cylindrical-coordinate representation of color #0C382A: hue angle of 160.91º 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 #0C382A is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 42 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.78 |
| HSL | 160.91º | 0.65% | 0.13% | - |
| HSV(B) | 160.91º | 0.79% | 0.22% | - |
| XYZ | 1.98 | 3.07 | 2.68 | - |
| YUV | 41.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 42 | 0.79 | 0 | 0.25 | 0.78 | 160.91 | 0.65 | 0.13 |
| Hex | C | 38 | 2A | 4F | 0 | 19 | 4E | A1 | 41 | D |
| Octal | 14 | 70 | 52 | 117 | 0 | 31 | 116 | 241 | 101 | 15 |
| Binary | 1100 | 111000 | 101010 | 1001111 | 0 | 11001 | 1001110 | 10100001 | 1000001 | 1101 |
Color Harmonies of #0C382A
Complementary color
Monochromatic Colors of #0C382A
Black with #0C382A
Text Example
Text Example
White with #0C382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C382A; }
p { color: rgb(12,56,42); }
H1.HeaderClassName
{
color: #0C382A;
}
.AnyTagClassName
{
color: #0C382A;
}
</style>
background-color css
<style>
a { background-color: #0C382A; }
a { background-color: rgb(12,56,42); }
div.DivClassName
{
background-color: #0C382A;
}
.BgClassName
{
background-color: #0C382A;
}
</style>
border-color css
<style>
span { border-color: #0C382A; }
span { border-color: rgb(12,56,42); }
td.TdClassName
{
border-color: #0C382A;
}
.TagClassName
{
border-color: #0C382A;
}
</style>