Shades of Eucalyptus #28AA69
Tints of Eucalyptus #28AA69
RGB
CMYK
RGB Variations
Color information
#28AA69 (or 0x28AA69) is known color: Eucalyptus. HEX triplet: 28, AA and 69. RGB value is (40,170,105). Sum of RGB (Red+Green+Blue) = 40+170+105=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA69 is #D75596. Grayscale: #7B7B7B. Windows color (decimal): -14112151 or 6924840. OLE color: 6924840.
HSL color Cylindrical-coordinate representation of color #28AA69: hue angle of 150º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA69 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 105 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.33 |
| HSL | 150º | 0.62% | 0.41% | - |
| HSV(B) | 150º | 0.76% | 0.67% | - |
| XYZ | 17.8 | 30.22 | 18.26 | - |
| YUV | 123.72 | 117.43 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 105 | 0.76 | 0 | 0.38 | 0.33 | 150 | 0.62 | 0.41 |
| Hex | 28 | AA | 69 | 4C | 0 | 26 | 21 | 96 | 3E | 29 |
| Octal | 50 | 252 | 151 | 114 | 0 | 46 | 41 | 226 | 76 | 51 |
| Binary | 101000 | 10101010 | 1101001 | 1001100 | 0 | 100110 | 100001 | 10010110 | 111110 | 101001 |
Color Harmonies of #28AA69
Complementary color
Monochromatic Colors of #28AA69
Black with #28AA69
Text Example
Text Example
White with #28AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA69; }
p { color: rgb(40,170,105); }
H1.HeaderClassName
{
color: #28AA69;
}
.AnyTagClassName
{
color: #28AA69;
}
</style>
background-color css
<style>
a { background-color: #28AA69; }
a { background-color: rgb(40,170,105); }
div.DivClassName
{
background-color: #28AA69;
}
.BgClassName
{
background-color: #28AA69;
}
</style>
border-color css
<style>
span { border-color: #28AA69; }
span { border-color: rgb(40,170,105); }
td.TdClassName
{
border-color: #28AA69;
}
.TagClassName
{
border-color: #28AA69;
}
</style>