Shades of Dark Green #023524
Tints of Dark Green #023524
RGB
CMYK
RGB Variations
Color information
#023524 (or 0x023524) is known color: Dark Green. HEX triplet: 02, 35 and 24. RGB value is (2,53,36). Sum of RGB (Red+Green+Blue) = 2+53+36=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #023524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023524 is #FDCADB. Grayscale: #232323. Windows color (decimal): -16632540 or 2372866. OLE color: 2372866.
HSL color Cylindrical-coordinate representation of color #023524: hue angle of 160º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023524 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 36 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.79 |
| HSL | 160º | 0.93% | 0.11% | - |
| HSV(B) | 160º | 0.96% | 0.21% | - |
| XYZ | 1.62 | 2.69 | 2.1 | - |
| YUV | 35.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 36 | 0.96 | 0 | 0.32 | 0.79 | 160 | 0.93 | 0.11 |
| Hex | 2 | 35 | 24 | 60 | 0 | 20 | 4F | A0 | 5D | B |
| Octal | 2 | 65 | 44 | 140 | 0 | 40 | 117 | 240 | 135 | 13 |
| Binary | 10 | 110101 | 100100 | 1100000 | 0 | 100000 | 1001111 | 10100000 | 1011101 | 1011 |
Color Harmonies of #023524
Complementary color
Monochromatic Colors of #023524
Black with #023524
Text Example
Text Example
White with #023524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023524; }
p { color: rgb(2,53,36); }
H1.HeaderClassName
{
color: #023524;
}
.AnyTagClassName
{
color: #023524;
}
</style>
background-color css
<style>
a { background-color: #023524; }
a { background-color: rgb(2,53,36); }
div.DivClassName
{
background-color: #023524;
}
.BgClassName
{
background-color: #023524;
}
</style>
border-color css
<style>
span { border-color: #023524; }
span { border-color: rgb(2,53,36); }
td.TdClassName
{
border-color: #023524;
}
.TagClassName
{
border-color: #023524;
}
</style>