Shades of Dark Green #002526
Tints of Dark Green #002526
RGB
CMYK
RGB Variations
Color information
#002526 (or 0x002526) is known color: Dark Green. HEX triplet: 00, 25 and 26. RGB value is (0,37,38). Sum of RGB (Red+Green+Blue) = 0+37+38=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #002526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002526 is #FFDAD9. Grayscale: #1A1A1A. Windows color (decimal): -16767706 or 2499840. OLE color: 2499840.
HSL color Cylindrical-coordinate representation of color #002526: hue angle of 181.58º 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 #002526 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 38 | - |
| CMYK | 1 | 0.03 | 0 | 0.85 |
| HSL | 181.58º | 1% | 0.07% | - |
| HSV(B) | 181.58º | 1% | 0.15% | - |
| XYZ | 1.01 | 1.46 | 2.06 | - |
| YUV | 26.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 38 | 1 | 0.03 | 0 | 0.85 | 181.58 | 1 | 0.07 |
| Hex | 0 | 25 | 26 | 64 | 3 | 0 | 55 | B6 | 64 | 7 |
| Octal | 0 | 45 | 46 | 144 | 3 | 0 | 125 | 266 | 144 | 7 |
| Binary | 0 | 100101 | 100110 | 1100100 | 11 | 0 | 1010101 | 10110110 | 1100100 | 111 |
Color Harmonies of #002526
Complementary color
Monochromatic Colors of #002526
Black with #002526
Text Example
Text Example
White with #002526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002526; }
p { color: rgb(0,37,38); }
H1.HeaderClassName
{
color: #002526;
}
.AnyTagClassName
{
color: #002526;
}
</style>
background-color css
<style>
a { background-color: #002526; }
a { background-color: rgb(0,37,38); }
div.DivClassName
{
background-color: #002526;
}
.BgClassName
{
background-color: #002526;
}
</style>
border-color css
<style>
span { border-color: #002526; }
span { border-color: rgb(0,37,38); }
td.TdClassName
{
border-color: #002526;
}
.TagClassName
{
border-color: #002526;
}
</style>