Shades of Dark Green #023419
Tints of Dark Green #023419
RGB
CMYK
RGB Variations
Color information
#023419 (or 0x023419) is known color: Dark Green. HEX triplet: 02, 34 and 19. RGB value is (2,52,25). Sum of RGB (Red+Green+Blue) = 2+52+25=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #023419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023419 is #FDCBE6. Grayscale: #222222. Windows color (decimal): -16632807 or 1651714. OLE color: 1651714.
HSL color Cylindrical-coordinate representation of color #023419: hue angle of 147.6º 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 #023419 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 25 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.80 |
| HSL | 147.6º | 0.93% | 0.11% | - |
| HSV(B) | 147.6º | 0.96% | 0.2% | - |
| XYZ | 1.43 | 2.54 | 1.33 | - |
| YUV | 33.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 25 | 0.96 | 0 | 0.52 | 0.80 | 147.6 | 0.93 | 0.11 |
| Hex | 2 | 34 | 19 | 60 | 0 | 34 | 50 | 94 | 5D | B |
| Octal | 2 | 64 | 31 | 140 | 0 | 64 | 120 | 224 | 135 | 13 |
| Binary | 10 | 110100 | 11001 | 1100000 | 0 | 110100 | 1010000 | 10010100 | 1011101 | 1011 |
Color Harmonies of #023419
Complementary color
Monochromatic Colors of #023419
Black with #023419
Text Example
Text Example
White with #023419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023419; }
p { color: rgb(2,52,25); }
H1.HeaderClassName
{
color: #023419;
}
.AnyTagClassName
{
color: #023419;
}
</style>
background-color css
<style>
a { background-color: #023419; }
a { background-color: rgb(2,52,25); }
div.DivClassName
{
background-color: #023419;
}
.BgClassName
{
background-color: #023419;
}
</style>
border-color css
<style>
span { border-color: #023419; }
span { border-color: rgb(2,52,25); }
td.TdClassName
{
border-color: #023419;
}
.TagClassName
{
border-color: #023419;
}
</style>