Shades of Dark Green #023725
Tints of Dark Green #023725
RGB
CMYK
RGB Variations
Color information
#023725 (or 0x023725) is known color: Dark Green. HEX triplet: 02, 37 and 25. RGB value is (2,55,37). Sum of RGB (Red+Green+Blue) = 2+55+37=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #023725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023725 is #FDC8DA. Grayscale: #252525. Windows color (decimal): -16632027 or 2438914. OLE color: 2438914.
HSL color Cylindrical-coordinate representation of color #023725: hue angle of 159.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023725 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 37 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.78 |
| HSL | 159.62º | 0.93% | 0.11% | - |
| HSV(B) | 159.62º | 0.96% | 0.22% | - |
| XYZ | 1.73 | 2.88 | 2.22 | - |
| YUV | 37.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 37 | 0.96 | 0 | 0.33 | 0.78 | 159.62 | 0.93 | 0.11 |
| Hex | 2 | 37 | 25 | 60 | 0 | 21 | 4E | A0 | 5D | B |
| Octal | 2 | 67 | 45 | 140 | 0 | 41 | 116 | 240 | 135 | 13 |
| Binary | 10 | 110111 | 100101 | 1100000 | 0 | 100001 | 1001110 | 10100000 | 1011101 | 1011 |
Color Harmonies of #023725
Complementary color
Monochromatic Colors of #023725
Black with #023725
Text Example
Text Example
White with #023725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023725; }
p { color: rgb(2,55,37); }
H1.HeaderClassName
{
color: #023725;
}
.AnyTagClassName
{
color: #023725;
}
</style>
background-color css
<style>
a { background-color: #023725; }
a { background-color: rgb(2,55,37); }
div.DivClassName
{
background-color: #023725;
}
.BgClassName
{
background-color: #023725;
}
</style>
border-color css
<style>
span { border-color: #023725; }
span { border-color: rgb(2,55,37); }
td.TdClassName
{
border-color: #023725;
}
.TagClassName
{
border-color: #023725;
}
</style>