Shades of Eucalyptus #28A76B
Tints of Eucalyptus #28A76B
RGB
CMYK
RGB Variations
Color information
#28A76B (or 0x28A76B) is known color: Eucalyptus. HEX triplet: 28, A7 and 6B. RGB value is (40,167,107). Sum of RGB (Red+Green+Blue) = 40+167+107=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #28A76B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A76B is #D75894. Grayscale: #7A7A7A. Windows color (decimal): -14112917 or 7055144. OLE color: 7055144.
HSL color Cylindrical-coordinate representation of color #28A76B: hue angle of 151.65º 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 #28A76B is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 107 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.35 |
| HSL | 151.65º | 0.61% | 0.41% | - |
| HSV(B) | 151.65º | 0.76% | 0.65% | - |
| XYZ | 17.35 | 29.15 | 18.62 | - |
| YUV | 122.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 107 | 0.76 | 0 | 0.36 | 0.35 | 151.65 | 0.61 | 0.41 |
| Hex | 28 | A7 | 6B | 4C | 0 | 24 | 23 | 98 | 3D | 29 |
| Octal | 50 | 247 | 153 | 114 | 0 | 44 | 43 | 230 | 75 | 51 |
| Binary | 101000 | 10100111 | 1101011 | 1001100 | 0 | 100100 | 100011 | 10011000 | 111101 | 101001 |
Color Harmonies of #28A76B
Complementary color
Monochromatic Colors of #28A76B
Black with #28A76B
Text Example
Text Example
White with #28A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A76B; }
p { color: rgb(40,167,107); }
H1.HeaderClassName
{
color: #28A76B;
}
.AnyTagClassName
{
color: #28A76B;
}
</style>
background-color css
<style>
a { background-color: #28A76B; }
a { background-color: rgb(40,167,107); }
div.DivClassName
{
background-color: #28A76B;
}
.BgClassName
{
background-color: #28A76B;
}
</style>
border-color css
<style>
span { border-color: #28A76B; }
span { border-color: rgb(40,167,107); }
td.TdClassName
{
border-color: #28A76B;
}
.TagClassName
{
border-color: #28A76B;
}
</style>