Shades of Eucalyptus #28A969
Tints of Eucalyptus #28A969
RGB
CMYK
RGB Variations
Color information
#28A969 (or 0x28A969) is known color: Eucalyptus. HEX triplet: 28, A9 and 69. RGB value is (40,169,105). Sum of RGB (Red+Green+Blue) = 40+169+105=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #28A969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A969 is #D75696. Grayscale: #7B7B7B. Windows color (decimal): -14112407 or 6924584. OLE color: 6924584.
HSL color Cylindrical-coordinate representation of color #28A969: hue angle of 150.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A969 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 105 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.34 |
| HSL | 150.23º | 0.62% | 0.41% | - |
| HSV(B) | 150.23º | 0.76% | 0.66% | - |
| XYZ | 17.61 | 29.85 | 18.2 | - |
| YUV | 123.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 105 | 0.76 | 0 | 0.38 | 0.34 | 150.23 | 0.62 | 0.41 |
| Hex | 28 | A9 | 69 | 4C | 0 | 26 | 22 | 96 | 3E | 29 |
| Octal | 50 | 251 | 151 | 114 | 0 | 46 | 42 | 226 | 76 | 51 |
| Binary | 101000 | 10101001 | 1101001 | 1001100 | 0 | 100110 | 100010 | 10010110 | 111110 | 101001 |
Color Harmonies of #28A969
Complementary color
Monochromatic Colors of #28A969
Black with #28A969
Text Example
Text Example
White with #28A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A969; }
p { color: rgb(40,169,105); }
H1.HeaderClassName
{
color: #28A969;
}
.AnyTagClassName
{
color: #28A969;
}
</style>
background-color css
<style>
a { background-color: #28A969; }
a { background-color: rgb(40,169,105); }
div.DivClassName
{
background-color: #28A969;
}
.BgClassName
{
background-color: #28A969;
}
</style>
border-color css
<style>
span { border-color: #28A969; }
span { border-color: rgb(40,169,105); }
td.TdClassName
{
border-color: #28A969;
}
.TagClassName
{
border-color: #28A969;
}
</style>