Shades of Fun Green #01772D
Tints of Fun Green #01772D
RGB
CMYK
RGB Variations
Color information
#01772D (or 0x01772D) is known color: Fun Green. HEX triplet: 01, 77 and 2D. RGB value is (1,119,45). Sum of RGB (Red+Green+Blue) = 1+119+45=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #01772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01772D is #FE88D2. Grayscale: #4B4B4B. Windows color (decimal): -16681171 or 2979585. OLE color: 2979585.
HSL color Cylindrical-coordinate representation of color #01772D: hue angle of 142.37º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01772D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 45 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.53 |
| HSL | 142.37º | 0.98% | 0.24% | - |
| HSV(B) | 142.37º | 0.99% | 0.47% | - |
| XYZ | 7.08 | 13.39 | 4.69 | - |
| YUV | 75.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 45 | 0.99 | 0 | 0.62 | 0.53 | 142.37 | 0.98 | 0.24 |
| Hex | 1 | 77 | 2D | 63 | 0 | 3E | 35 | 8E | 62 | 18 |
| Octal | 1 | 167 | 55 | 143 | 0 | 76 | 65 | 216 | 142 | 30 |
| Binary | 1 | 1110111 | 101101 | 1100011 | 0 | 111110 | 110101 | 10001110 | 1100010 | 11000 |
Color Harmonies of #01772D
Complementary color
Monochromatic Colors of #01772D
Black with #01772D
Text Example
Text Example
White with #01772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01772D; }
p { color: rgb(1,119,45); }
H1.HeaderClassName
{
color: #01772D;
}
.AnyTagClassName
{
color: #01772D;
}
</style>
background-color css
<style>
a { background-color: #01772D; }
a { background-color: rgb(1,119,45); }
div.DivClassName
{
background-color: #01772D;
}
.BgClassName
{
background-color: #01772D;
}
</style>
border-color css
<style>
span { border-color: #01772D; }
span { border-color: rgb(1,119,45); }
td.TdClassName
{
border-color: #01772D;
}
.TagClassName
{
border-color: #01772D;
}
</style>