Shades of Fun Green #016830
Tints of Fun Green #016830
RGB
CMYK
RGB Variations
Color information
#016830 (or 0x016830) is known color: Fun Green. HEX triplet: 01, 68 and 30. RGB value is (1,104,48). Sum of RGB (Red+Green+Blue) = 1+104+48=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #016830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016830 is #FE97CF. Grayscale: #424242. Windows color (decimal): -16685008 or 3172353. OLE color: 3172353.
HSL color Cylindrical-coordinate representation of color #016830: hue angle of 147.38º 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 #016830 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 48 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.59 |
| HSL | 147.38º | 0.98% | 0.21% | - |
| HSV(B) | 147.38º | 0.99% | 0.41% | - |
| XYZ | 5.5 | 10.12 | 4.46 | - |
| YUV | 66.82 | 117.38 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 48 | 0.99 | 0 | 0.54 | 0.59 | 147.38 | 0.98 | 0.21 |
| Hex | 1 | 68 | 30 | 63 | 0 | 36 | 3B | 93 | 62 | 15 |
| Octal | 1 | 150 | 60 | 143 | 0 | 66 | 73 | 223 | 142 | 25 |
| Binary | 1 | 1101000 | 110000 | 1100011 | 0 | 110110 | 111011 | 10010011 | 1100010 | 10101 |
Color Harmonies of #016830
Complementary color
Monochromatic Colors of #016830
Black with #016830
Text Example
Text Example
White with #016830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016830; }
p { color: rgb(1,104,48); }
H1.HeaderClassName
{
color: #016830;
}
.AnyTagClassName
{
color: #016830;
}
</style>
background-color css
<style>
a { background-color: #016830; }
a { background-color: rgb(1,104,48); }
div.DivClassName
{
background-color: #016830;
}
.BgClassName
{
background-color: #016830;
}
</style>
border-color css
<style>
span { border-color: #016830; }
span { border-color: rgb(1,104,48); }
td.TdClassName
{
border-color: #016830;
}
.TagClassName
{
border-color: #016830;
}
</style>