Shades of Dark Green #04250F
Tints of Dark Green #04250F
RGB
CMYK
RGB Variations
Color information
#04250F (or 0x04250F) is known color: Dark Green. HEX triplet: 04, 25 and 0F. RGB value is (4,37,15). Sum of RGB (Red+Green+Blue) = 4+37+15=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #04250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250F is #FBDAF0. Grayscale: #181818. Windows color (decimal): -16505585 or 992516. OLE color: 992516.
HSL color Cylindrical-coordinate representation of color #04250F: hue angle of 140º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04250F is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 15 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.85 |
| HSL | 140º | 0.8% | 0.08% | - |
| HSV(B) | 140º | 0.89% | 0.15% | - |
| XYZ | 0.8 | 1.38 | 0.68 | - |
| YUV | 24.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 15 | 0.89 | 0 | 0.59 | 0.85 | 140 | 0.8 | 0.08 |
| Hex | 4 | 25 | F | 59 | 0 | 3B | 55 | 8C | 50 | 8 |
| Octal | 4 | 45 | 17 | 131 | 0 | 73 | 125 | 214 | 120 | 10 |
| Binary | 100 | 100101 | 1111 | 1011001 | 0 | 111011 | 1010101 | 10001100 | 1010000 | 1000 |
Color Harmonies of #04250F
Complementary color
Monochromatic Colors of #04250F
Black with #04250F
Text Example
Text Example
White with #04250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04250F; }
p { color: rgb(4,37,15); }
H1.HeaderClassName
{
color: #04250F;
}
.AnyTagClassName
{
color: #04250F;
}
</style>
background-color css
<style>
a { background-color: #04250F; }
a { background-color: rgb(4,37,15); }
div.DivClassName
{
background-color: #04250F;
}
.BgClassName
{
background-color: #04250F;
}
</style>
border-color css
<style>
span { border-color: #04250F; }
span { border-color: rgb(4,37,15); }
td.TdClassName
{
border-color: #04250F;
}
.TagClassName
{
border-color: #04250F;
}
</style>