Shades of Eucalyptus #28A262
Tints of Eucalyptus #28A262
RGB
CMYK
RGB Variations
Color information
#28A262 (or 0x28A262) is known color: Eucalyptus. HEX triplet: 28, A2 and 62. RGB value is (40,162,98). Sum of RGB (Red+Green+Blue) = 40+162+98=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #28A262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A262 is #D75D9D. Grayscale: #767676. Windows color (decimal): -14114206 or 6464040. OLE color: 6464040.
HSL color Cylindrical-coordinate representation of color #28A262: hue angle of 148.52º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A262 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 98 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.36 |
| HSL | 148.52º | 0.6% | 0.4% | - |
| HSV(B) | 148.52º | 0.75% | 0.64% | - |
| XYZ | 16 | 27.17 | 15.96 | - |
| YUV | 118.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 98 | 0.75 | 0 | 0.40 | 0.36 | 148.52 | 0.6 | 0.4 |
| Hex | 28 | A2 | 62 | 4B | 0 | 28 | 24 | 95 | 3C | 28 |
| Octal | 50 | 242 | 142 | 113 | 0 | 50 | 44 | 225 | 74 | 50 |
| Binary | 101000 | 10100010 | 1100010 | 1001011 | 0 | 101000 | 100100 | 10010101 | 111100 | 101000 |
Color Harmonies of #28A262
Complementary color
Monochromatic Colors of #28A262
Black with #28A262
Text Example
Text Example
White with #28A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A262; }
p { color: rgb(40,162,98); }
H1.HeaderClassName
{
color: #28A262;
}
.AnyTagClassName
{
color: #28A262;
}
</style>
background-color css
<style>
a { background-color: #28A262; }
a { background-color: rgb(40,162,98); }
div.DivClassName
{
background-color: #28A262;
}
.BgClassName
{
background-color: #28A262;
}
</style>
border-color css
<style>
span { border-color: #28A262; }
span { border-color: rgb(40,162,98); }
td.TdClassName
{
border-color: #28A262;
}
.TagClassName
{
border-color: #28A262;
}
</style>