Shades of Dark Green #04250D
Tints of Dark Green #04250D
RGB
CMYK
RGB Variations
Color information
#04250D (or 0x04250D) is known color: Dark Green. HEX triplet: 04, 25 and 0D. RGB value is (4,37,13). Sum of RGB (Red+Green+Blue) = 4+37+13=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #04250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250D is #FBDAF2. Grayscale: #181818. Windows color (decimal): -16505587 or 861444. OLE color: 861444.
HSL color Cylindrical-coordinate representation of color #04250D: hue angle of 136.36º 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 #04250D is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 13 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.85 |
| HSL | 136.36º | 0.8% | 0.08% | - |
| HSV(B) | 136.36º | 0.89% | 0.15% | - |
| XYZ | 0.78 | 1.38 | 0.61 | - |
| YUV | 24.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 13 | 0.89 | 0 | 0.65 | 0.85 | 136.36 | 0.8 | 0.08 |
| Hex | 4 | 25 | D | 59 | 0 | 41 | 55 | 88 | 50 | 8 |
| Octal | 4 | 45 | 15 | 131 | 0 | 101 | 125 | 210 | 120 | 10 |
| Binary | 100 | 100101 | 1101 | 1011001 | 0 | 1000001 | 1010101 | 10001000 | 1010000 | 1000 |
Color Harmonies of #04250D
Complementary color
Monochromatic Colors of #04250D
Black with #04250D
Text Example
Text Example
White with #04250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04250D; }
p { color: rgb(4,37,13); }
H1.HeaderClassName
{
color: #04250D;
}
.AnyTagClassName
{
color: #04250D;
}
</style>
background-color css
<style>
a { background-color: #04250D; }
a { background-color: rgb(4,37,13); }
div.DivClassName
{
background-color: #04250D;
}
.BgClassName
{
background-color: #04250D;
}
</style>
border-color css
<style>
span { border-color: #04250D; }
span { border-color: rgb(4,37,13); }
td.TdClassName
{
border-color: #04250D;
}
.TagClassName
{
border-color: #04250D;
}
</style>