Shades of Fun Green #027035
Tints of Fun Green #027035
RGB
CMYK
RGB Variations
Color information
#027035 (or 0x027035) is known color: Fun Green. HEX triplet: 02, 70 and 35. RGB value is (2,112,53). Sum of RGB (Red+Green+Blue) = 2+112+53=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #027035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027035 is #FD8FCA. Grayscale: #484848. Windows color (decimal): -16617419 or 3502082. OLE color: 3502082.
HSL color Cylindrical-coordinate representation of color #027035: hue angle of 147.82º 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 #027035 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 53 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.56 |
| HSL | 147.82º | 0.96% | 0.22% | - |
| HSV(B) | 147.82º | 0.98% | 0.44% | - |
| XYZ | 6.46 | 11.86 | 5.32 | - |
| YUV | 72.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 53 | 0.98 | 0 | 0.53 | 0.56 | 147.82 | 0.96 | 0.22 |
| Hex | 2 | 70 | 35 | 62 | 0 | 35 | 38 | 94 | 60 | 16 |
| Octal | 2 | 160 | 65 | 142 | 0 | 65 | 70 | 224 | 140 | 26 |
| Binary | 10 | 1110000 | 110101 | 1100010 | 0 | 110101 | 111000 | 10010100 | 1100000 | 10110 |
Color Harmonies of #027035
Complementary color
Monochromatic Colors of #027035
Black with #027035
Text Example
Text Example
White with #027035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027035; }
p { color: rgb(2,112,53); }
H1.HeaderClassName
{
color: #027035;
}
.AnyTagClassName
{
color: #027035;
}
</style>
background-color css
<style>
a { background-color: #027035; }
a { background-color: rgb(2,112,53); }
div.DivClassName
{
background-color: #027035;
}
.BgClassName
{
background-color: #027035;
}
</style>
border-color css
<style>
span { border-color: #027035; }
span { border-color: rgb(2,112,53); }
td.TdClassName
{
border-color: #027035;
}
.TagClassName
{
border-color: #027035;
}
</style>