Shades of Fun Green #027033
Tints of Fun Green #027033
RGB
CMYK
RGB Variations
Color information
#027033 (or 0x027033) is known color: Fun Green. HEX triplet: 02, 70 and 33. RGB value is (2,112,51). Sum of RGB (Red+Green+Blue) = 2+112+51=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #027033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027033 is #FD8FCC. Grayscale: #484848. Windows color (decimal): -16617421 or 3371010. OLE color: 3371010.
HSL color Cylindrical-coordinate representation of color #027033: hue angle of 146.73º 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 #027033 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 51 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.56 |
| HSL | 146.73º | 0.96% | 0.22% | - |
| HSV(B) | 146.73º | 0.98% | 0.44% | - |
| XYZ | 6.42 | 11.84 | 5.08 | - |
| YUV | 72.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 51 | 0.98 | 0 | 0.54 | 0.56 | 146.73 | 0.96 | 0.22 |
| Hex | 2 | 70 | 33 | 62 | 0 | 36 | 38 | 93 | 60 | 16 |
| Octal | 2 | 160 | 63 | 142 | 0 | 66 | 70 | 223 | 140 | 26 |
| Binary | 10 | 1110000 | 110011 | 1100010 | 0 | 110110 | 111000 | 10010011 | 1100000 | 10110 |
Color Harmonies of #027033
Complementary color
Monochromatic Colors of #027033
Black with #027033
Text Example
Text Example
White with #027033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027033; }
p { color: rgb(2,112,51); }
H1.HeaderClassName
{
color: #027033;
}
.AnyTagClassName
{
color: #027033;
}
</style>
background-color css
<style>
a { background-color: #027033; }
a { background-color: rgb(2,112,51); }
div.DivClassName
{
background-color: #027033;
}
.BgClassName
{
background-color: #027033;
}
</style>
border-color css
<style>
span { border-color: #027033; }
span { border-color: rgb(2,112,51); }
td.TdClassName
{
border-color: #027033;
}
.TagClassName
{
border-color: #027033;
}
</style>