Shades of Fun Green #026732
Tints of Fun Green #026732
RGB
CMYK
RGB Variations
Color information
#026732 (or 0x026732) is known color: Fun Green. HEX triplet: 02, 67 and 32. RGB value is (2,103,50). Sum of RGB (Red+Green+Blue) = 2+103+50=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #026732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026732 is #FD98CD. Grayscale: #424242. Windows color (decimal): -16619726 or 3303170. OLE color: 3303170.
HSL color Cylindrical-coordinate representation of color #026732: hue angle of 148.51º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026732 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 50 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.60 |
| HSL | 148.51º | 0.96% | 0.21% | - |
| HSV(B) | 148.51º | 0.98% | 0.4% | - |
| XYZ | 5.45 | 9.94 | 4.65 | - |
| YUV | 66.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 50 | 0.98 | 0 | 0.51 | 0.60 | 148.51 | 0.96 | 0.21 |
| Hex | 2 | 67 | 32 | 62 | 0 | 33 | 3C | 95 | 60 | 15 |
| Octal | 2 | 147 | 62 | 142 | 0 | 63 | 74 | 225 | 140 | 25 |
| Binary | 10 | 1100111 | 110010 | 1100010 | 0 | 110011 | 111100 | 10010101 | 1100000 | 10101 |
Color Harmonies of #026732
Complementary color
Monochromatic Colors of #026732
Black with #026732
Text Example
Text Example
White with #026732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026732; }
p { color: rgb(2,103,50); }
H1.HeaderClassName
{
color: #026732;
}
.AnyTagClassName
{
color: #026732;
}
</style>
background-color css
<style>
a { background-color: #026732; }
a { background-color: rgb(2,103,50); }
div.DivClassName
{
background-color: #026732;
}
.BgClassName
{
background-color: #026732;
}
</style>
border-color css
<style>
span { border-color: #026732; }
span { border-color: rgb(2,103,50); }
td.TdClassName
{
border-color: #026732;
}
.TagClassName
{
border-color: #026732;
}
</style>