Shades of Fun Green #027032
Tints of Fun Green #027032
RGB
CMYK
RGB Variations
Color information
#027032 (or 0x027032) is known color: Fun Green. HEX triplet: 02, 70 and 32. RGB value is (2,112,50). Sum of RGB (Red+Green+Blue) = 2+112+50=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #027032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027032 is #FD8FCD. Grayscale: #484848. Windows color (decimal): -16617422 or 3305474. OLE color: 3305474.
HSL color Cylindrical-coordinate representation of color #027032: hue angle of 146.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027032 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 50 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.56 |
| HSL | 146.18º | 0.96% | 0.22% | - |
| HSV(B) | 146.18º | 0.98% | 0.44% | - |
| XYZ | 6.39 | 11.83 | 4.96 | - |
| YUV | 72.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 50 | 0.98 | 0 | 0.55 | 0.56 | 146.18 | 0.96 | 0.22 |
| Hex | 2 | 70 | 32 | 62 | 0 | 37 | 38 | 92 | 60 | 16 |
| Octal | 2 | 160 | 62 | 142 | 0 | 67 | 70 | 222 | 140 | 26 |
| Binary | 10 | 1110000 | 110010 | 1100010 | 0 | 110111 | 111000 | 10010010 | 1100000 | 10110 |
Color Harmonies of #027032
Complementary color
Monochromatic Colors of #027032
Black with #027032
Text Example
Text Example
White with #027032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027032; }
p { color: rgb(2,112,50); }
H1.HeaderClassName
{
color: #027032;
}
.AnyTagClassName
{
color: #027032;
}
</style>
background-color css
<style>
a { background-color: #027032; }
a { background-color: rgb(2,112,50); }
div.DivClassName
{
background-color: #027032;
}
.BgClassName
{
background-color: #027032;
}
</style>
border-color css
<style>
span { border-color: #027032; }
span { border-color: rgb(2,112,50); }
td.TdClassName
{
border-color: #027032;
}
.TagClassName
{
border-color: #027032;
}
</style>