Shades of Fun Green #017130
Tints of Fun Green #017130
RGB
CMYK
RGB Variations
Color information
#017130 (or 0x017130) is known color: Fun Green. HEX triplet: 01, 71 and 30. RGB value is (1,113,48). Sum of RGB (Red+Green+Blue) = 1+113+48=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #017130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017130 is #FE8ECF. Grayscale: #484848. Windows color (decimal): -16682704 or 3174657. OLE color: 3174657.
HSL color Cylindrical-coordinate representation of color #017130: hue angle of 145.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017130 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 48 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.56 |
| HSL | 145.18º | 0.98% | 0.22% | - |
| HSV(B) | 145.18º | 0.99% | 0.44% | - |
| XYZ | 6.45 | 12.03 | 4.78 | - |
| YUV | 72.1 | 114.39 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 48 | 0.99 | 0 | 0.58 | 0.56 | 145.18 | 0.98 | 0.22 |
| Hex | 1 | 71 | 30 | 63 | 0 | 3A | 38 | 91 | 62 | 16 |
| Octal | 1 | 161 | 60 | 143 | 0 | 72 | 70 | 221 | 142 | 26 |
| Binary | 1 | 1110001 | 110000 | 1100011 | 0 | 111010 | 111000 | 10010001 | 1100010 | 10110 |
Color Harmonies of #017130
Complementary color
Monochromatic Colors of #017130
Black with #017130
Text Example
Text Example
White with #017130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017130; }
p { color: rgb(1,113,48); }
H1.HeaderClassName
{
color: #017130;
}
.AnyTagClassName
{
color: #017130;
}
</style>
background-color css
<style>
a { background-color: #017130; }
a { background-color: rgb(1,113,48); }
div.DivClassName
{
background-color: #017130;
}
.BgClassName
{
background-color: #017130;
}
</style>
border-color css
<style>
span { border-color: #017130; }
span { border-color: rgb(1,113,48); }
td.TdClassName
{
border-color: #017130;
}
.TagClassName
{
border-color: #017130;
}
</style>