Shades of Fun Green #01702F
Tints of Fun Green #01702F
RGB
CMYK
RGB Variations
Color information
#01702F (or 0x01702F) is known color: Fun Green. HEX triplet: 01, 70 and 2F. RGB value is (1,112,47). Sum of RGB (Red+Green+Blue) = 1+112+47=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #01702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702F is #FE8FD0. Grayscale: #474747. Windows color (decimal): -16682961 or 3108865. OLE color: 3108865.
HSL color Cylindrical-coordinate representation of color #01702F: hue angle of 144.86º 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 #01702F is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 47 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.56 |
| HSL | 144.86º | 0.98% | 0.22% | - |
| HSV(B) | 144.86º | 0.99% | 0.44% | - |
| XYZ | 6.32 | 11.8 | 4.63 | - |
| YUV | 71.4 | 114.23 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 47 | 0.99 | 0 | 0.58 | 0.56 | 144.86 | 0.98 | 0.22 |
| Hex | 1 | 70 | 2F | 63 | 0 | 3A | 38 | 91 | 62 | 16 |
| Octal | 1 | 160 | 57 | 143 | 0 | 72 | 70 | 221 | 142 | 26 |
| Binary | 1 | 1110000 | 101111 | 1100011 | 0 | 111010 | 111000 | 10010001 | 1100010 | 10110 |
Color Harmonies of #01702F
Complementary color
Monochromatic Colors of #01702F
Black with #01702F
Text Example
Text Example
White with #01702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01702F; }
p { color: rgb(1,112,47); }
H1.HeaderClassName
{
color: #01702F;
}
.AnyTagClassName
{
color: #01702F;
}
</style>
background-color css
<style>
a { background-color: #01702F; }
a { background-color: rgb(1,112,47); }
div.DivClassName
{
background-color: #01702F;
}
.BgClassName
{
background-color: #01702F;
}
</style>
border-color css
<style>
span { border-color: #01702F; }
span { border-color: rgb(1,112,47); }
td.TdClassName
{
border-color: #01702F;
}
.TagClassName
{
border-color: #01702F;
}
</style>