Shades of Eucalyptus #28A769
Tints of Eucalyptus #28A769
RGB
CMYK
RGB Variations
Color information
#28A769 (or 0x28A769) is known color: Eucalyptus. HEX triplet: 28, A7 and 69. RGB value is (40,167,105). Sum of RGB (Red+Green+Blue) = 40+167+105=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #28A769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A769 is #D75896. Grayscale: #7A7A7A. Windows color (decimal): -14112919 or 6924072. OLE color: 6924072.
HSL color Cylindrical-coordinate representation of color #28A769: hue angle of 150.71º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A769 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 105 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.35 |
| HSL | 150.71º | 0.61% | 0.41% | - |
| HSV(B) | 150.71º | 0.76% | 0.65% | - |
| XYZ | 17.24 | 29.11 | 18.07 | - |
| YUV | 121.96 | 118.42 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 105 | 0.76 | 0 | 0.37 | 0.35 | 150.71 | 0.61 | 0.41 |
| Hex | 28 | A7 | 69 | 4C | 0 | 25 | 23 | 97 | 3D | 29 |
| Octal | 50 | 247 | 151 | 114 | 0 | 45 | 43 | 227 | 75 | 51 |
| Binary | 101000 | 10100111 | 1101001 | 1001100 | 0 | 100101 | 100011 | 10010111 | 111101 | 101001 |
Color Harmonies of #28A769
Complementary color
Monochromatic Colors of #28A769
Black with #28A769
Text Example
Text Example
White with #28A769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A769; }
p { color: rgb(40,167,105); }
H1.HeaderClassName
{
color: #28A769;
}
.AnyTagClassName
{
color: #28A769;
}
</style>
background-color css
<style>
a { background-color: #28A769; }
a { background-color: rgb(40,167,105); }
div.DivClassName
{
background-color: #28A769;
}
.BgClassName
{
background-color: #28A769;
}
</style>
border-color css
<style>
span { border-color: #28A769; }
span { border-color: rgb(40,167,105); }
td.TdClassName
{
border-color: #28A769;
}
.TagClassName
{
border-color: #28A769;
}
</style>