Shades of Fun Green #025E34
Tints of Fun Green #025E34
RGB
CMYK
RGB Variations
Color information
#025E34 (or 0x025E34) is known color: Fun Green. HEX triplet: 02, 5E and 34. RGB value is (2,94,52). Sum of RGB (Red+Green+Blue) = 2+94+52=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #025E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E34 is #FDA1CB. Grayscale: #3D3D3D. Windows color (decimal): -16622028 or 3431938. OLE color: 3431938.
HSL color Cylindrical-coordinate representation of color #025E34: hue angle of 152.61º 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 #025E34 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 94 | 52 | - |
| CMYK | 0.98 | 0 | 0.45 | 0.63 |
| HSL | 152.61º | 0.96% | 0.19% | - |
| HSV(B) | 152.61º | 0.98% | 0.37% | - |
| XYZ | 4.65 | 8.27 | 4.6 | - |
| YUV | 61.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 94 | 52 | 0.98 | 0 | 0.45 | 0.63 | 152.61 | 0.96 | 0.19 |
| Hex | 2 | 5E | 34 | 62 | 0 | 2D | 3F | 99 | 60 | 13 |
| Octal | 2 | 136 | 64 | 142 | 0 | 55 | 77 | 231 | 140 | 23 |
| Binary | 10 | 1011110 | 110100 | 1100010 | 0 | 101101 | 111111 | 10011001 | 1100000 | 10011 |
Color Harmonies of #025E34
Complementary color
Monochromatic Colors of #025E34
Black with #025E34
Text Example
Text Example
White with #025E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025E34; }
p { color: rgb(2,94,52); }
H1.HeaderClassName
{
color: #025E34;
}
.AnyTagClassName
{
color: #025E34;
}
</style>
background-color css
<style>
a { background-color: #025E34; }
a { background-color: rgb(2,94,52); }
div.DivClassName
{
background-color: #025E34;
}
.BgClassName
{
background-color: #025E34;
}
</style>
border-color css
<style>
span { border-color: #025E34; }
span { border-color: rgb(2,94,52); }
td.TdClassName
{
border-color: #025E34;
}
.TagClassName
{
border-color: #025E34;
}
</style>