Shades of Green #025902
Tints of Green #025902
RGB
CMYK
RGB Variations
Color information
#025902 (or 0x025902) is known color: Green. HEX triplet: 02, 59 and 02. RGB value is (2,89,2). Sum of RGB (Red+Green+Blue) = 2+89+2=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 89 (35.16% from 255 or 95.70% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 89 - color contains mainly: green. Hex color #025902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025902 is #FDA6FD. Grayscale: #353535. Windows color (decimal): -16623358 or 153858. OLE color: 153858.
HSL color Cylindrical-coordinate representation of color #025902: hue angle of 120º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025902 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 89 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.65 |
| HSL | 120º | 0.96% | 0.18% | - |
| HSV(B) | 120º | 0.98% | 0.35% | - |
| XYZ | 3.61 | 7.16 | 1.25 | - |
| YUV | 53.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 89 | 2 | 0.98 | 0 | 0.98 | 0.65 | 120 | 0.96 | 0.18 |
| Hex | 2 | 59 | 2 | 62 | 0 | 62 | 41 | 78 | 60 | 12 |
| Octal | 2 | 131 | 2 | 142 | 0 | 142 | 101 | 170 | 140 | 22 |
| Binary | 10 | 1011001 | 10 | 1100010 | 0 | 1100010 | 1000001 | 1111000 | 1100000 | 10010 |
Color Harmonies of #025902
Complementary color
Monochromatic Colors of #025902
Black with #025902
Text Example
Text Example
White with #025902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025902; }
p { color: rgb(2,89,2); }
H1.HeaderClassName
{
color: #025902;
}
.AnyTagClassName
{
color: #025902;
}
</style>
background-color css
<style>
a { background-color: #025902; }
a { background-color: rgb(2,89,2); }
div.DivClassName
{
background-color: #025902;
}
.BgClassName
{
background-color: #025902;
}
</style>
border-color css
<style>
span { border-color: #025902; }
span { border-color: rgb(2,89,2); }
td.TdClassName
{
border-color: #025902;
}
.TagClassName
{
border-color: #025902;
}
</style>