Shades of Dark Green #002425
Tints of Dark Green #002425
RGB
CMYK
RGB Variations
Color information
#002425 (or 0x002425) is known color: Dark Green. HEX triplet: 00, 24 and 25. RGB value is (0,36,37). Sum of RGB (Red+Green+Blue) = 0+36+37=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #002425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002425 is #FFDBDA. Grayscale: #191919. Windows color (decimal): -16767963 or 2434048. OLE color: 2434048.
HSL color Cylindrical-coordinate representation of color #002425: hue angle of 181.62º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002425 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 36 | 37 | - |
| CMYK | 1 | 0.03 | 0 | 0.85 |
| HSL | 181.62º | 1% | 0.07% | - |
| HSV(B) | 181.62º | 1% | 0.15% | - |
| XYZ | 0.96 | 1.4 | 1.97 | - |
| YUV | 25.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 37 | 1 | 0.03 | 0 | 0.85 | 181.62 | 1 | 0.07 |
| Hex | 0 | 24 | 25 | 64 | 3 | 0 | 55 | B6 | 64 | 7 |
| Octal | 0 | 44 | 45 | 144 | 3 | 0 | 125 | 266 | 144 | 7 |
| Binary | 0 | 100100 | 100101 | 1100100 | 11 | 0 | 1010101 | 10110110 | 1100100 | 111 |
Color Harmonies of #002425
Complementary color
Monochromatic Colors of #002425
Black with #002425
Text Example
Text Example
White with #002425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002425; }
p { color: rgb(0,36,37); }
H1.HeaderClassName
{
color: #002425;
}
.AnyTagClassName
{
color: #002425;
}
</style>
background-color css
<style>
a { background-color: #002425; }
a { background-color: rgb(0,36,37); }
div.DivClassName
{
background-color: #002425;
}
.BgClassName
{
background-color: #002425;
}
</style>
border-color css
<style>
span { border-color: #002425; }
span { border-color: rgb(0,36,37); }
td.TdClassName
{
border-color: #002425;
}
.TagClassName
{
border-color: #002425;
}
</style>