Shades of Dark Green #002523
Tints of Dark Green #002523
RGB
CMYK
RGB Variations
Color information
#002523 (or 0x002523) is known color: Dark Green. HEX triplet: 00, 25 and 23. RGB value is (0,37,35). Sum of RGB (Red+Green+Blue) = 0+37+35=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #002523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002523 is #FFDADC. Grayscale: #191919. Windows color (decimal): -16767709 or 2303232. OLE color: 2303232.
HSL color Cylindrical-coordinate representation of color #002523: hue angle of 176.76º 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 #002523 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 37 | 35 | - |
| CMYK | 1 | 0 | 0.05 | 0.85 |
| HSL | 176.76º | 1% | 0.07% | - |
| HSV(B) | 176.76º | 1% | 0.15% | - |
| XYZ | 0.96 | 1.44 | 1.82 | - |
| YUV | 25.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 35 | 1 | 0 | 0.05 | 0.85 | 176.76 | 1 | 0.07 |
| Hex | 0 | 25 | 23 | 64 | 0 | 5 | 55 | B1 | 64 | 7 |
| Octal | 0 | 45 | 43 | 144 | 0 | 5 | 125 | 261 | 144 | 7 |
| Binary | 0 | 100101 | 100011 | 1100100 | 0 | 101 | 1010101 | 10110001 | 1100100 | 111 |
Color Harmonies of #002523
Complementary color
Monochromatic Colors of #002523
Black with #002523
Text Example
Text Example
White with #002523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002523; }
p { color: rgb(0,37,35); }
H1.HeaderClassName
{
color: #002523;
}
.AnyTagClassName
{
color: #002523;
}
</style>
background-color css
<style>
a { background-color: #002523; }
a { background-color: rgb(0,37,35); }
div.DivClassName
{
background-color: #002523;
}
.BgClassName
{
background-color: #002523;
}
</style>
border-color css
<style>
span { border-color: #002523; }
span { border-color: rgb(0,37,35); }
td.TdClassName
{
border-color: #002523;
}
.TagClassName
{
border-color: #002523;
}
</style>