Shades of Fun Green #017133
Tints of Fun Green #017133
RGB
CMYK
RGB Variations
Color information
#017133 (or 0x017133) is known color: Fun Green. HEX triplet: 01, 71 and 33. RGB value is (1,113,51). Sum of RGB (Red+Green+Blue) = 1+113+51=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #017133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017133 is #FE8ECC. Grayscale: #484848. Windows color (decimal): -16682701 or 3371265. OLE color: 3371265.
HSL color Cylindrical-coordinate representation of color #017133: hue angle of 146.79º 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 #017133 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 51 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.56 |
| HSL | 146.79º | 0.98% | 0.22% | - |
| HSV(B) | 146.79º | 0.99% | 0.44% | - |
| XYZ | 6.52 | 12.06 | 5.12 | - |
| YUV | 72.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 51 | 0.99 | 0 | 0.55 | 0.56 | 146.79 | 0.98 | 0.22 |
| Hex | 1 | 71 | 33 | 63 | 0 | 37 | 38 | 93 | 62 | 16 |
| Octal | 1 | 161 | 63 | 143 | 0 | 67 | 70 | 223 | 142 | 26 |
| Binary | 1 | 1110001 | 110011 | 1100011 | 0 | 110111 | 111000 | 10010011 | 1100010 | 10110 |
Color Harmonies of #017133
Complementary color
Monochromatic Colors of #017133
Black with #017133
Text Example
Text Example
White with #017133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017133; }
p { color: rgb(1,113,51); }
H1.HeaderClassName
{
color: #017133;
}
.AnyTagClassName
{
color: #017133;
}
</style>
background-color css
<style>
a { background-color: #017133; }
a { background-color: rgb(1,113,51); }
div.DivClassName
{
background-color: #017133;
}
.BgClassName
{
background-color: #017133;
}
</style>
border-color css
<style>
span { border-color: #017133; }
span { border-color: rgb(1,113,51); }
td.TdClassName
{
border-color: #017133;
}
.TagClassName
{
border-color: #017133;
}
</style>