Shades of Fun Green #016935
Tints of Fun Green #016935
RGB
CMYK
RGB Variations
Color information
#016935 (or 0x016935) is known color: Fun Green. HEX triplet: 01, 69 and 35. RGB value is (1,105,53). Sum of RGB (Red+Green+Blue) = 1+105+53=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #016935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016935 is #FE96CA. Grayscale: #444444. Windows color (decimal): -16684747 or 3500289. OLE color: 3500289.
HSL color Cylindrical-coordinate representation of color #016935: hue angle of 150º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016935 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 53 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.59 |
| HSL | 150º | 0.98% | 0.21% | - |
| HSV(B) | 150º | 0.99% | 0.41% | - |
| XYZ | 5.71 | 10.37 | 5.07 | - |
| YUV | 67.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 53 | 0.99 | 0 | 0.50 | 0.59 | 150 | 0.98 | 0.21 |
| Hex | 1 | 69 | 35 | 63 | 0 | 32 | 3B | 96 | 62 | 15 |
| Octal | 1 | 151 | 65 | 143 | 0 | 62 | 73 | 226 | 142 | 25 |
| Binary | 1 | 1101001 | 110101 | 1100011 | 0 | 110010 | 111011 | 10010110 | 1100010 | 10101 |
Color Harmonies of #016935
Complementary color
Monochromatic Colors of #016935
Black with #016935
Text Example
Text Example
White with #016935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016935; }
p { color: rgb(1,105,53); }
H1.HeaderClassName
{
color: #016935;
}
.AnyTagClassName
{
color: #016935;
}
</style>
background-color css
<style>
a { background-color: #016935; }
a { background-color: rgb(1,105,53); }
div.DivClassName
{
background-color: #016935;
}
.BgClassName
{
background-color: #016935;
}
</style>
border-color css
<style>
span { border-color: #016935; }
span { border-color: rgb(1,105,53); }
td.TdClassName
{
border-color: #016935;
}
.TagClassName
{
border-color: #016935;
}
</style>