Shades of Fun Green #017035
Tints of Fun Green #017035
RGB
CMYK
RGB Variations
Color information
#017035 (or 0x017035) is known color: Fun Green. HEX triplet: 01, 70 and 35. RGB value is (1,112,53). Sum of RGB (Red+Green+Blue) = 1+112+53=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #017035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017035 is #FE8FCA. Grayscale: #484848. Windows color (decimal): -16682955 or 3502081. OLE color: 3502081.
HSL color Cylindrical-coordinate representation of color #017035: hue angle of 148.11º 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 #017035 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 53 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.56 |
| HSL | 148.11º | 0.98% | 0.22% | - |
| HSV(B) | 148.11º | 0.99% | 0.44% | - |
| XYZ | 6.45 | 11.85 | 5.32 | - |
| YUV | 72.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 53 | 0.99 | 0 | 0.53 | 0.56 | 148.11 | 0.98 | 0.22 |
| Hex | 1 | 70 | 35 | 63 | 0 | 35 | 38 | 94 | 62 | 16 |
| Octal | 1 | 160 | 65 | 143 | 0 | 65 | 70 | 224 | 142 | 26 |
| Binary | 1 | 1110000 | 110101 | 1100011 | 0 | 110101 | 111000 | 10010100 | 1100010 | 10110 |
Color Harmonies of #017035
Complementary color
Monochromatic Colors of #017035
Black with #017035
Text Example
Text Example
White with #017035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017035; }
p { color: rgb(1,112,53); }
H1.HeaderClassName
{
color: #017035;
}
.AnyTagClassName
{
color: #017035;
}
</style>
background-color css
<style>
a { background-color: #017035; }
a { background-color: rgb(1,112,53); }
div.DivClassName
{
background-color: #017035;
}
.BgClassName
{
background-color: #017035;
}
</style>
border-color css
<style>
span { border-color: #017035; }
span { border-color: rgb(1,112,53); }
td.TdClassName
{
border-color: #017035;
}
.TagClassName
{
border-color: #017035;
}
</style>