Shades of Fun Green #016934
Tints of Fun Green #016934
RGB
CMYK
RGB Variations
Color information
#016934 (or 0x016934) is known color: Fun Green. HEX triplet: 01, 69 and 34. RGB value is (1,105,52). Sum of RGB (Red+Green+Blue) = 1+105+52=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #016934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016934 is #FE96CB. Grayscale: #434343. Windows color (decimal): -16684748 or 3434753. OLE color: 3434753.
HSL color Cylindrical-coordinate representation of color #016934: hue angle of 149.42º 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 #016934 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 52 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.59 |
| HSL | 149.42º | 0.98% | 0.21% | - |
| HSV(B) | 149.42º | 0.99% | 0.41% | - |
| XYZ | 5.68 | 10.36 | 4.95 | - |
| YUV | 67.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 52 | 0.99 | 0 | 0.50 | 0.59 | 149.42 | 0.98 | 0.21 |
| Hex | 1 | 69 | 34 | 63 | 0 | 32 | 3B | 95 | 62 | 15 |
| Octal | 1 | 151 | 64 | 143 | 0 | 62 | 73 | 225 | 142 | 25 |
| Binary | 1 | 1101001 | 110100 | 1100011 | 0 | 110010 | 111011 | 10010101 | 1100010 | 10101 |
Color Harmonies of #016934
Complementary color
Monochromatic Colors of #016934
Black with #016934
Text Example
Text Example
White with #016934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016934; }
p { color: rgb(1,105,52); }
H1.HeaderClassName
{
color: #016934;
}
.AnyTagClassName
{
color: #016934;
}
</style>
background-color css
<style>
a { background-color: #016934; }
a { background-color: rgb(1,105,52); }
div.DivClassName
{
background-color: #016934;
}
.BgClassName
{
background-color: #016934;
}
</style>
border-color css
<style>
span { border-color: #016934; }
span { border-color: rgb(1,105,52); }
td.TdClassName
{
border-color: #016934;
}
.TagClassName
{
border-color: #016934;
}
</style>