Shades of Fun Green #017232
Tints of Fun Green #017232
RGB
CMYK
RGB Variations
Color information
#017232 (or 0x017232) is known color: Fun Green. HEX triplet: 01, 72 and 32. RGB value is (1,114,50). Sum of RGB (Red+Green+Blue) = 1+114+50=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #017232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017232 is #FE8DCD. Grayscale: #494949. Windows color (decimal): -16682446 or 3305985. OLE color: 3305985.
HSL color Cylindrical-coordinate representation of color #017232: hue angle of 146.02º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017232 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 50 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.55 |
| HSL | 146.02º | 0.98% | 0.23% | - |
| HSV(B) | 146.02º | 0.99% | 0.45% | - |
| XYZ | 6.61 | 12.27 | 5.04 | - |
| YUV | 72.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 50 | 0.99 | 0 | 0.56 | 0.55 | 146.02 | 0.98 | 0.23 |
| Hex | 1 | 72 | 32 | 63 | 0 | 38 | 37 | 92 | 62 | 17 |
| Octal | 1 | 162 | 62 | 143 | 0 | 70 | 67 | 222 | 142 | 27 |
| Binary | 1 | 1110010 | 110010 | 1100011 | 0 | 111000 | 110111 | 10010010 | 1100010 | 10111 |
Color Harmonies of #017232
Complementary color
Monochromatic Colors of #017232
Black with #017232
Text Example
Text Example
White with #017232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017232; }
p { color: rgb(1,114,50); }
H1.HeaderClassName
{
color: #017232;
}
.AnyTagClassName
{
color: #017232;
}
</style>
background-color css
<style>
a { background-color: #017232; }
a { background-color: rgb(1,114,50); }
div.DivClassName
{
background-color: #017232;
}
.BgClassName
{
background-color: #017232;
}
</style>
border-color css
<style>
span { border-color: #017232; }
span { border-color: rgb(1,114,50); }
td.TdClassName
{
border-color: #017232;
}
.TagClassName
{
border-color: #017232;
}
</style>