Shades of Dark Green #023418
Tints of Dark Green #023418
RGB
CMYK
RGB Variations
Color information
#023418 (or 0x023418) is known color: Dark Green. HEX triplet: 02, 34 and 18. RGB value is (2,52,24). Sum of RGB (Red+Green+Blue) = 2+52+24=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 52 (20.70% from 255 or 66.67% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 52 - color contains mainly: green. Hex color #023418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023418 is #FDCBE7. Grayscale: #212121. Windows color (decimal): -16632808 or 1586178. OLE color: 1586178.
HSL color Cylindrical-coordinate representation of color #023418: hue angle of 146.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023418 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 24 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.80 |
| HSL | 146.4º | 0.93% | 0.11% | - |
| HSV(B) | 146.4º | 0.96% | 0.2% | - |
| XYZ | 1.42 | 2.53 | 1.28 | - |
| YUV | 33.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 24 | 0.96 | 0 | 0.54 | 0.80 | 146.4 | 0.93 | 0.11 |
| Hex | 2 | 34 | 18 | 60 | 0 | 36 | 50 | 92 | 5D | B |
| Octal | 2 | 64 | 30 | 140 | 0 | 66 | 120 | 222 | 135 | 13 |
| Binary | 10 | 110100 | 11000 | 1100000 | 0 | 110110 | 1010000 | 10010010 | 1011101 | 1011 |
Color Harmonies of #023418
Complementary color
Monochromatic Colors of #023418
Black with #023418
Text Example
Text Example
White with #023418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023418; }
p { color: rgb(2,52,24); }
H1.HeaderClassName
{
color: #023418;
}
.AnyTagClassName
{
color: #023418;
}
</style>
background-color css
<style>
a { background-color: #023418; }
a { background-color: rgb(2,52,24); }
div.DivClassName
{
background-color: #023418;
}
.BgClassName
{
background-color: #023418;
}
</style>
border-color css
<style>
span { border-color: #023418; }
span { border-color: rgb(2,52,24); }
td.TdClassName
{
border-color: #023418;
}
.TagClassName
{
border-color: #023418;
}
</style>