Shades of Fun Green #026830
Tints of Fun Green #026830
RGB
CMYK
RGB Variations
Color information
#026830 (or 0x026830) is known color: Fun Green. HEX triplet: 02, 68 and 30. RGB value is (2,104,48). Sum of RGB (Red+Green+Blue) = 2+104+48=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #026830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026830 is #FD97CF. Grayscale: #434343. Windows color (decimal): -16619472 or 3172354. OLE color: 3172354.
HSL color Cylindrical-coordinate representation of color #026830: hue angle of 147.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026830 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 48 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.59 |
| HSL | 147.06º | 0.96% | 0.21% | - |
| HSV(B) | 147.06º | 0.98% | 0.41% | - |
| XYZ | 5.51 | 10.13 | 4.46 | - |
| YUV | 67.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 48 | 0.98 | 0 | 0.54 | 0.59 | 147.06 | 0.96 | 0.21 |
| Hex | 2 | 68 | 30 | 62 | 0 | 36 | 3B | 93 | 60 | 15 |
| Octal | 2 | 150 | 60 | 142 | 0 | 66 | 73 | 223 | 140 | 25 |
| Binary | 10 | 1101000 | 110000 | 1100010 | 0 | 110110 | 111011 | 10010011 | 1100000 | 10101 |
Color Harmonies of #026830
Complementary color
Monochromatic Colors of #026830
Black with #026830
Text Example
Text Example
White with #026830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026830; }
p { color: rgb(2,104,48); }
H1.HeaderClassName
{
color: #026830;
}
.AnyTagClassName
{
color: #026830;
}
</style>
background-color css
<style>
a { background-color: #026830; }
a { background-color: rgb(2,104,48); }
div.DivClassName
{
background-color: #026830;
}
.BgClassName
{
background-color: #026830;
}
</style>
border-color css
<style>
span { border-color: #026830; }
span { border-color: rgb(2,104,48); }
td.TdClassName
{
border-color: #026830;
}
.TagClassName
{
border-color: #026830;
}
</style>