Shades of Eucalyptus #28A561
Tints of Eucalyptus #28A561
RGB
CMYK
RGB Variations
Color information
#28A561 (or 0x28A561) is known color: Eucalyptus. HEX triplet: 28, A5 and 61. RGB value is (40,165,97). Sum of RGB (Red+Green+Blue) = 40+165+97=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #28A561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A561 is #D75A9E. Grayscale: #787878. Windows color (decimal): -14113439 or 6399272. OLE color: 6399272.
HSL color Cylindrical-coordinate representation of color #28A561: hue angle of 147.36º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A561 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 97 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.35 |
| HSL | 147.36º | 0.61% | 0.4% | - |
| HSV(B) | 147.36º | 0.76% | 0.65% | - |
| XYZ | 16.49 | 28.22 | 15.89 | - |
| YUV | 119.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 97 | 0.76 | 0 | 0.41 | 0.35 | 147.36 | 0.61 | 0.4 |
| Hex | 28 | A5 | 61 | 4C | 0 | 29 | 23 | 93 | 3D | 28 |
| Octal | 50 | 245 | 141 | 114 | 0 | 51 | 43 | 223 | 75 | 50 |
| Binary | 101000 | 10100101 | 1100001 | 1001100 | 0 | 101001 | 100011 | 10010011 | 111101 | 101000 |
Color Harmonies of #28A561
Complementary color
Monochromatic Colors of #28A561
Black with #28A561
Text Example
Text Example
White with #28A561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A561; }
p { color: rgb(40,165,97); }
H1.HeaderClassName
{
color: #28A561;
}
.AnyTagClassName
{
color: #28A561;
}
</style>
background-color css
<style>
a { background-color: #28A561; }
a { background-color: rgb(40,165,97); }
div.DivClassName
{
background-color: #28A561;
}
.BgClassName
{
background-color: #28A561;
}
</style>
border-color css
<style>
span { border-color: #28A561; }
span { border-color: rgb(40,165,97); }
td.TdClassName
{
border-color: #28A561;
}
.TagClassName
{
border-color: #28A561;
}
</style>