Shades of Eucalyptus #28A370
Tints of Eucalyptus #28A370
RGB
CMYK
RGB Variations
Color information
#28A370 (or 0x28A370) is known color: Eucalyptus. HEX triplet: 28, A3 and 70. RGB value is (40,163,112). Sum of RGB (Red+Green+Blue) = 40+163+112=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #28A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A370 is #D75C8F. Grayscale: #787878. Windows color (decimal): -14113936 or 7381800. OLE color: 7381800.
HSL color Cylindrical-coordinate representation of color #28A370: hue angle of 155.12º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A370 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 112 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.36 |
| HSL | 155.12º | 0.61% | 0.4% | - |
| HSV(B) | 155.12º | 0.75% | 0.64% | - |
| XYZ | 16.9 | 27.82 | 19.81 | - |
| YUV | 120.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 112 | 0.75 | 0 | 0.31 | 0.36 | 155.12 | 0.61 | 0.4 |
| Hex | 28 | A3 | 70 | 4B | 0 | 1F | 24 | 9B | 3D | 28 |
| Octal | 50 | 243 | 160 | 113 | 0 | 37 | 44 | 233 | 75 | 50 |
| Binary | 101000 | 10100011 | 1110000 | 1001011 | 0 | 11111 | 100100 | 10011011 | 111101 | 101000 |
Color Harmonies of #28A370
Complementary color
Monochromatic Colors of #28A370
Black with #28A370
Text Example
Text Example
White with #28A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A370; }
p { color: rgb(40,163,112); }
H1.HeaderClassName
{
color: #28A370;
}
.AnyTagClassName
{
color: #28A370;
}
</style>
background-color css
<style>
a { background-color: #28A370; }
a { background-color: rgb(40,163,112); }
div.DivClassName
{
background-color: #28A370;
}
.BgClassName
{
background-color: #28A370;
}
</style>
border-color css
<style>
span { border-color: #28A370; }
span { border-color: rgb(40,163,112); }
td.TdClassName
{
border-color: #28A370;
}
.TagClassName
{
border-color: #28A370;
}
</style>