Shades of Dark Green #023415
Tints of Dark Green #023415
RGB
CMYK
RGB Variations
Color information
#023415 (or 0x023415) is known color: Dark Green. HEX triplet: 02, 34 and 15. RGB value is (2,52,21). Sum of RGB (Red+Green+Blue) = 2+52+21=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #023415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023415 is #FDCBEA. Grayscale: #212121. Windows color (decimal): -16632811 or 1389570. OLE color: 1389570.
HSL color Cylindrical-coordinate representation of color #023415: hue angle of 142.8º 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 #023415 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 21 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.80 |
| HSL | 142.8º | 0.93% | 0.11% | - |
| HSV(B) | 142.8º | 0.96% | 0.2% | - |
| XYZ | 1.39 | 2.52 | 1.12 | - |
| YUV | 33.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 21 | 0.96 | 0 | 0.60 | 0.80 | 142.8 | 0.93 | 0.11 |
| Hex | 2 | 34 | 15 | 60 | 0 | 3C | 50 | 8F | 5D | B |
| Octal | 2 | 64 | 25 | 140 | 0 | 74 | 120 | 217 | 135 | 13 |
| Binary | 10 | 110100 | 10101 | 1100000 | 0 | 111100 | 1010000 | 10001111 | 1011101 | 1011 |
Color Harmonies of #023415
Complementary color
Monochromatic Colors of #023415
Black with #023415
Text Example
Text Example
White with #023415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023415; }
p { color: rgb(2,52,21); }
H1.HeaderClassName
{
color: #023415;
}
.AnyTagClassName
{
color: #023415;
}
</style>
background-color css
<style>
a { background-color: #023415; }
a { background-color: rgb(2,52,21); }
div.DivClassName
{
background-color: #023415;
}
.BgClassName
{
background-color: #023415;
}
</style>
border-color css
<style>
span { border-color: #023415; }
span { border-color: rgb(2,52,21); }
td.TdClassName
{
border-color: #023415;
}
.TagClassName
{
border-color: #023415;
}
</style>