Shades of Eucalyptus #28A06F
Tints of Eucalyptus #28A06F
RGB
CMYK
RGB Variations
Color information
#28A06F (or 0x28A06F) is known color: Eucalyptus. HEX triplet: 28, A0 and 6F. RGB value is (40,160,111). Sum of RGB (Red+Green+Blue) = 40+160+111=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #28A06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A06F is #D75F90. Grayscale: #767676. Windows color (decimal): -14114705 or 7315496. OLE color: 7315496.
HSL color Cylindrical-coordinate representation of color #28A06F: hue angle of 155.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A06F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 111 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.37 |
| HSL | 155.5º | 0.6% | 0.39% | - |
| HSV(B) | 155.5º | 0.75% | 0.63% | - |
| XYZ | 16.32 | 26.74 | 19.34 | - |
| YUV | 118.53 | 123.74 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 111 | 0.75 | 0 | 0.31 | 0.37 | 155.5 | 0.6 | 0.39 |
| Hex | 28 | A0 | 6F | 4B | 0 | 1F | 25 | 9C | 3C | 27 |
| Octal | 50 | 240 | 157 | 113 | 0 | 37 | 45 | 234 | 74 | 47 |
| Binary | 101000 | 10100000 | 1101111 | 1001011 | 0 | 11111 | 100101 | 10011100 | 111100 | 100111 |
Color Harmonies of #28A06F
Complementary color
Monochromatic Colors of #28A06F
Black with #28A06F
Text Example
Text Example
White with #28A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A06F; }
p { color: rgb(40,160,111); }
H1.HeaderClassName
{
color: #28A06F;
}
.AnyTagClassName
{
color: #28A06F;
}
</style>
background-color css
<style>
a { background-color: #28A06F; }
a { background-color: rgb(40,160,111); }
div.DivClassName
{
background-color: #28A06F;
}
.BgClassName
{
background-color: #28A06F;
}
</style>
border-color css
<style>
span { border-color: #28A06F; }
span { border-color: rgb(40,160,111); }
td.TdClassName
{
border-color: #28A06F;
}
.TagClassName
{
border-color: #28A06F;
}
</style>