Shades of Dark Green #002525
Tints of Dark Green #002525
RGB
CMYK
RGB Variations
Color information
#002525 (or 0x002525) is known color: Dark Green. HEX triplet: 00, 25 and 25. RGB value is (0,37,37). Sum of RGB (Red+Green+Blue) = 0+37+37=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #002525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002525 is #FFDADA. Grayscale: #191919. Windows color (decimal): -16767707 or 2434304. OLE color: 2434304.
HSL color Cylindrical-coordinate representation of color #002525: hue angle of 180º 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 #002525 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 37 | - |
| CMYK | 1 | 0 | 0 | 0.85 |
| HSL | 180º | 1% | 0.07% | - |
| HSV(B) | 180º | 1% | 0.15% | - |
| XYZ | 1 | 1.46 | 1.98 | - |
| YUV | 25.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 37 | 1 | 0 | 0 | 0.85 | 180 | 1 | 0.07 |
| Hex | 0 | 25 | 25 | 64 | 0 | 0 | 55 | B4 | 64 | 7 |
| Octal | 0 | 45 | 45 | 144 | 0 | 0 | 125 | 264 | 144 | 7 |
| Binary | 0 | 100101 | 100101 | 1100100 | 0 | 0 | 1010101 | 10110100 | 1100100 | 111 |
Color Harmonies of #002525
Complementary color
Monochromatic Colors of #002525
Black with #002525
Text Example
Text Example
White with #002525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002525; }
p { color: rgb(0,37,37); }
H1.HeaderClassName
{
color: #002525;
}
.AnyTagClassName
{
color: #002525;
}
</style>
background-color css
<style>
a { background-color: #002525; }
a { background-color: rgb(0,37,37); }
div.DivClassName
{
background-color: #002525;
}
.BgClassName
{
background-color: #002525;
}
</style>
border-color css
<style>
span { border-color: #002525; }
span { border-color: rgb(0,37,37); }
td.TdClassName
{
border-color: #002525;
}
.TagClassName
{
border-color: #002525;
}
</style>