Shades of Dark Green #03240E
Tints of Dark Green #03240E
RGB
CMYK
RGB Variations
Color information
#03240E (or 0x03240E) is known color: Dark Green. HEX triplet: 03, 24 and 0E. RGB value is (3,36,14). Sum of RGB (Red+Green+Blue) = 3+36+14=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #03240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03240E is #FCDBF1. Grayscale: #171717. Windows color (decimal): -16571378 or 926723. OLE color: 926723.
HSL color Cylindrical-coordinate representation of color #03240E: hue angle of 140º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03240E is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 36 | 14 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.86 |
| HSL | 140º | 0.85% | 0.08% | - |
| HSV(B) | 140º | 0.92% | 0.14% | - |
| XYZ | 0.75 | 1.31 | 0.63 | - |
| YUV | 23.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 14 | 0.92 | 0 | 0.61 | 0.86 | 140 | 0.85 | 0.08 |
| Hex | 3 | 24 | E | 5C | 0 | 3D | 56 | 8C | 55 | 8 |
| Octal | 3 | 44 | 16 | 134 | 0 | 75 | 126 | 214 | 125 | 10 |
| Binary | 11 | 100100 | 1110 | 1011100 | 0 | 111101 | 1010110 | 10001100 | 1010101 | 1000 |
Color Harmonies of #03240E
Complementary color
Monochromatic Colors of #03240E
Black with #03240E
Text Example
Text Example
White with #03240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03240E; }
p { color: rgb(3,36,14); }
H1.HeaderClassName
{
color: #03240E;
}
.AnyTagClassName
{
color: #03240E;
}
</style>
background-color css
<style>
a { background-color: #03240E; }
a { background-color: rgb(3,36,14); }
div.DivClassName
{
background-color: #03240E;
}
.BgClassName
{
background-color: #03240E;
}
</style>
border-color css
<style>
span { border-color: #03240E; }
span { border-color: rgb(3,36,14); }
td.TdClassName
{
border-color: #03240E;
}
.TagClassName
{
border-color: #03240E;
}
</style>