Shades of Fun Green #01762F
Tints of Fun Green #01762F
RGB
CMYK
RGB Variations
Color information
#01762F (or 0x01762F) is known color: Fun Green. HEX triplet: 01, 76 and 2F. RGB value is (1,118,47). Sum of RGB (Red+Green+Blue) = 1+118+47=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #01762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762F is #FE89D0. Grayscale: #4B4B4B. Windows color (decimal): -16681425 or 3110401. OLE color: 3110401.
HSL color Cylindrical-coordinate representation of color #01762F: hue angle of 143.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01762F is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 47 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.54 |
| HSL | 143.59º | 0.98% | 0.23% | - |
| HSV(B) | 143.59º | 0.99% | 0.46% | - |
| XYZ | 7 | 13.17 | 4.86 | - |
| YUV | 74.92 | 112.24 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 47 | 0.99 | 0 | 0.60 | 0.54 | 143.59 | 0.98 | 0.23 |
| Hex | 1 | 76 | 2F | 63 | 0 | 3C | 36 | 90 | 62 | 17 |
| Octal | 1 | 166 | 57 | 143 | 0 | 74 | 66 | 220 | 142 | 27 |
| Binary | 1 | 1110110 | 101111 | 1100011 | 0 | 111100 | 110110 | 10010000 | 1100010 | 10111 |
Color Harmonies of #01762F
Complementary color
Monochromatic Colors of #01762F
Black with #01762F
Text Example
Text Example
White with #01762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01762F; }
p { color: rgb(1,118,47); }
H1.HeaderClassName
{
color: #01762F;
}
.AnyTagClassName
{
color: #01762F;
}
</style>
background-color css
<style>
a { background-color: #01762F; }
a { background-color: rgb(1,118,47); }
div.DivClassName
{
background-color: #01762F;
}
.BgClassName
{
background-color: #01762F;
}
</style>
border-color css
<style>
span { border-color: #01762F; }
span { border-color: rgb(1,118,47); }
td.TdClassName
{
border-color: #01762F;
}
.TagClassName
{
border-color: #01762F;
}
</style>