Shades of Green #025E0E
Tints of Green #025E0E
RGB
CMYK
RGB Variations
Color information
#025E0E (or 0x025E0E) is known color: Green. HEX triplet: 02, 5E and 0E. RGB value is (2,94,14). Sum of RGB (Red+Green+Blue) = 2+94+14=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 94 (37.11% from 255 or 85.45% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 94 - color contains mainly: green. Hex color #025E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025E0E is #FDA1F1. Grayscale: #393939. Windows color (decimal): -16622066 or 941570. OLE color: 941570.
HSL color Cylindrical-coordinate representation of color #025E0E: hue angle of 127.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E0E is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 94 | 14 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.63 |
| HSL | 127.83º | 0.96% | 0.19% | - |
| HSV(B) | 127.83º | 0.98% | 0.37% | - |
| XYZ | 4.11 | 8.05 | 1.75 | - |
| YUV | 57.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 14 | 0.98 | 0 | 0.85 | 0.63 | 127.83 | 0.96 | 0.19 |
| Hex | 2 | 5E | E | 62 | 0 | 55 | 3F | 80 | 60 | 13 |
| Octal | 2 | 136 | 16 | 142 | 0 | 125 | 77 | 200 | 140 | 23 |
| Binary | 10 | 1011110 | 1110 | 1100010 | 0 | 1010101 | 111111 | 10000000 | 1100000 | 10011 |
Color Harmonies of #025E0E
Complementary color
Monochromatic Colors of #025E0E
Black with #025E0E
Text Example
Text Example
White with #025E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E0E; }
p { color: rgb(2,94,14); }
H1.HeaderClassName
{
color: #025E0E;
}
.AnyTagClassName
{
color: #025E0E;
}
</style>
background-color css
<style>
a { background-color: #025E0E; }
a { background-color: rgb(2,94,14); }
div.DivClassName
{
background-color: #025E0E;
}
.BgClassName
{
background-color: #025E0E;
}
</style>
border-color css
<style>
span { border-color: #025E0E; }
span { border-color: rgb(2,94,14); }
td.TdClassName
{
border-color: #025E0E;
}
.TagClassName
{
border-color: #025E0E;
}
</style>