Shades of Fun Green #017530
Tints of Fun Green #017530
RGB
CMYK
RGB Variations
Color information
#017530 (or 0x017530) is known color: Fun Green. HEX triplet: 01, 75 and 30. RGB value is (1,117,48). Sum of RGB (Red+Green+Blue) = 1+117+48=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #017530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017530 is #FE8ACF. Grayscale: #4A4A4A. Windows color (decimal): -16681680 or 3175681. OLE color: 3175681.
HSL color Cylindrical-coordinate representation of color #017530: hue angle of 144.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017530 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 48 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.54 |
| HSL | 144.31º | 0.98% | 0.23% | - |
| HSV(B) | 144.31º | 0.99% | 0.46% | - |
| XYZ | 6.91 | 12.94 | 4.93 | - |
| YUV | 74.45 | 113.07 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 48 | 0.99 | 0 | 0.59 | 0.54 | 144.31 | 0.98 | 0.23 |
| Hex | 1 | 75 | 30 | 63 | 0 | 3B | 36 | 90 | 62 | 17 |
| Octal | 1 | 165 | 60 | 143 | 0 | 73 | 66 | 220 | 142 | 27 |
| Binary | 1 | 1110101 | 110000 | 1100011 | 0 | 111011 | 110110 | 10010000 | 1100010 | 10111 |
Color Harmonies of #017530
Complementary color
Monochromatic Colors of #017530
Black with #017530
Text Example
Text Example
White with #017530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017530; }
p { color: rgb(1,117,48); }
H1.HeaderClassName
{
color: #017530;
}
.AnyTagClassName
{
color: #017530;
}
</style>
background-color css
<style>
a { background-color: #017530; }
a { background-color: rgb(1,117,48); }
div.DivClassName
{
background-color: #017530;
}
.BgClassName
{
background-color: #017530;
}
</style>
border-color css
<style>
span { border-color: #017530; }
span { border-color: rgb(1,117,48); }
td.TdClassName
{
border-color: #017530;
}
.TagClassName
{
border-color: #017530;
}
</style>