Shades of Green #025A06
Tints of Green #025A06
RGB
CMYK
RGB Variations
Color information
#025A06 (or 0x025A06) is known color: Green. HEX triplet: 02, 5A and 06. RGB value is (2,90,6). Sum of RGB (Red+Green+Blue) = 2+90+6=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 90 (35.55% from 255 or 91.84% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 90 - color contains mainly: green. Hex color #025A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A06 is #FDA5F9. Grayscale: #363636. Windows color (decimal): -16623098 or 416258. OLE color: 416258.
HSL color Cylindrical-coordinate representation of color #025A06: hue angle of 122.73º 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 #025A06 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 90 | 6 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.65 |
| HSL | 122.73º | 0.96% | 0.18% | - |
| HSV(B) | 122.73º | 0.98% | 0.35% | - |
| XYZ | 3.71 | 7.34 | 1.39 | - |
| YUV | 54.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 90 | 6 | 0.98 | 0 | 0.93 | 0.65 | 122.73 | 0.96 | 0.18 |
| Hex | 2 | 5A | 6 | 62 | 0 | 5D | 41 | 7B | 60 | 12 |
| Octal | 2 | 132 | 6 | 142 | 0 | 135 | 101 | 173 | 140 | 22 |
| Binary | 10 | 1011010 | 110 | 1100010 | 0 | 1011101 | 1000001 | 1111011 | 1100000 | 10010 |
Color Harmonies of #025A06
Complementary color
Monochromatic Colors of #025A06
Black with #025A06
Text Example
Text Example
White with #025A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025A06; }
p { color: rgb(2,90,6); }
H1.HeaderClassName
{
color: #025A06;
}
.AnyTagClassName
{
color: #025A06;
}
</style>
background-color css
<style>
a { background-color: #025A06; }
a { background-color: rgb(2,90,6); }
div.DivClassName
{
background-color: #025A06;
}
.BgClassName
{
background-color: #025A06;
}
</style>
border-color css
<style>
span { border-color: #025A06; }
span { border-color: rgb(2,90,6); }
td.TdClassName
{
border-color: #025A06;
}
.TagClassName
{
border-color: #025A06;
}
</style>