Shades of Fun Green #015A32
Tints of Fun Green #015A32
RGB
CMYK
RGB Variations
Color information
#015A32 (or 0x015A32) is known color: Fun Green. HEX triplet: 01, 5A and 32. RGB value is (1,90,50). Sum of RGB (Red+Green+Blue) = 1+90+50=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #015A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A32 is #FEA5CD. Grayscale: #3A3A3A. Windows color (decimal): -16688590 or 3299841. OLE color: 3299841.
HSL color Cylindrical-coordinate representation of color #015A32: hue angle of 153.03º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A32 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 50 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.65 |
| HSL | 153.03º | 0.98% | 0.18% | - |
| HSV(B) | 153.03º | 0.99% | 0.35% | - |
| XYZ | 4.24 | 7.55 | 4.25 | - |
| YUV | 58.83 | 123.01 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 50 | 0.99 | 0 | 0.44 | 0.65 | 153.03 | 0.98 | 0.18 |
| Hex | 1 | 5A | 32 | 63 | 0 | 2C | 41 | 99 | 62 | 12 |
| Octal | 1 | 132 | 62 | 143 | 0 | 54 | 101 | 231 | 142 | 22 |
| Binary | 1 | 1011010 | 110010 | 1100011 | 0 | 101100 | 1000001 | 10011001 | 1100010 | 10010 |
Color Harmonies of #015A32
Complementary color
Monochromatic Colors of #015A32
Black with #015A32
Text Example
Text Example
White with #015A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A32; }
p { color: rgb(1,90,50); }
H1.HeaderClassName
{
color: #015A32;
}
.AnyTagClassName
{
color: #015A32;
}
</style>
background-color css
<style>
a { background-color: #015A32; }
a { background-color: rgb(1,90,50); }
div.DivClassName
{
background-color: #015A32;
}
.BgClassName
{
background-color: #015A32;
}
</style>
border-color css
<style>
span { border-color: #015A32; }
span { border-color: rgb(1,90,50); }
td.TdClassName
{
border-color: #015A32;
}
.TagClassName
{
border-color: #015A32;
}
</style>