Shades of Dark Green #023824
Tints of Dark Green #023824
RGB
CMYK
RGB Variations
Color information
#023824 (or 0x023824) is known color: Dark Green. HEX triplet: 02, 38 and 24. RGB value is (2,56,36). Sum of RGB (Red+Green+Blue) = 2+56+36=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #023824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023824 is #FDC7DB. Grayscale: #252525. Windows color (decimal): -16631772 or 2373634. OLE color: 2373634.
HSL color Cylindrical-coordinate representation of color #023824: hue angle of 157.78º 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 #023824 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 36 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.78 |
| HSL | 157.78º | 0.93% | 0.11% | - |
| HSV(B) | 157.78º | 0.96% | 0.22% | - |
| XYZ | 1.76 | 2.97 | 2.15 | - |
| YUV | 37.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 36 | 0.96 | 0 | 0.36 | 0.78 | 157.78 | 0.93 | 0.11 |
| Hex | 2 | 38 | 24 | 60 | 0 | 24 | 4E | 9E | 5D | B |
| Octal | 2 | 70 | 44 | 140 | 0 | 44 | 116 | 236 | 135 | 13 |
| Binary | 10 | 111000 | 100100 | 1100000 | 0 | 100100 | 1001110 | 10011110 | 1011101 | 1011 |
Color Harmonies of #023824
Complementary color
Monochromatic Colors of #023824
Black with #023824
Text Example
Text Example
White with #023824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023824; }
p { color: rgb(2,56,36); }
H1.HeaderClassName
{
color: #023824;
}
.AnyTagClassName
{
color: #023824;
}
</style>
background-color css
<style>
a { background-color: #023824; }
a { background-color: rgb(2,56,36); }
div.DivClassName
{
background-color: #023824;
}
.BgClassName
{
background-color: #023824;
}
</style>
border-color css
<style>
span { border-color: #023824; }
span { border-color: rgb(2,56,36); }
td.TdClassName
{
border-color: #023824;
}
.TagClassName
{
border-color: #023824;
}
</style>