Shades of Fun Green #016B2F
Tints of Fun Green #016B2F
RGB
CMYK
RGB Variations
Color information
#016B2F (or 0x016B2F) is known color: Fun Green. HEX triplet: 01, 6B and 2F. RGB value is (1,107,47). Sum of RGB (Red+Green+Blue) = 1+107+47=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #016B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B2F is #FE94D0. Grayscale: #444444. Windows color (decimal): -16684241 or 3107585. OLE color: 3107585.
HSL color Cylindrical-coordinate representation of color #016B2F: hue angle of 146.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B2F is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 47 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.58 |
| HSL | 146.04º | 0.98% | 0.21% | - |
| HSV(B) | 146.04º | 0.99% | 0.42% | - |
| XYZ | 5.78 | 10.73 | 4.46 | - |
| YUV | 68.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 47 | 0.99 | 0 | 0.56 | 0.58 | 146.04 | 0.98 | 0.21 |
| Hex | 1 | 6B | 2F | 63 | 0 | 38 | 3A | 92 | 62 | 15 |
| Octal | 1 | 153 | 57 | 143 | 0 | 70 | 72 | 222 | 142 | 25 |
| Binary | 1 | 1101011 | 101111 | 1100011 | 0 | 111000 | 111010 | 10010010 | 1100010 | 10101 |
Color Harmonies of #016B2F
Complementary color
Monochromatic Colors of #016B2F
Black with #016B2F
Text Example
Text Example
White with #016B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B2F; }
p { color: rgb(1,107,47); }
H1.HeaderClassName
{
color: #016B2F;
}
.AnyTagClassName
{
color: #016B2F;
}
</style>
background-color css
<style>
a { background-color: #016B2F; }
a { background-color: rgb(1,107,47); }
div.DivClassName
{
background-color: #016B2F;
}
.BgClassName
{
background-color: #016B2F;
}
</style>
border-color css
<style>
span { border-color: #016B2F; }
span { border-color: rgb(1,107,47); }
td.TdClassName
{
border-color: #016B2F;
}
.TagClassName
{
border-color: #016B2F;
}
</style>