Shades of Eucalyptus #28B05F
Tints of Eucalyptus #28B05F
RGB
CMYK
RGB Variations
Color information
#28B05F (or 0x28B05F) is known color: Eucalyptus. HEX triplet: 28, B0 and 5F. RGB value is (40,176,95). Sum of RGB (Red+Green+Blue) = 40+176+95=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #28B05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B05F is #D74FA0. Grayscale: #7E7E7E. Windows color (decimal): -14110625 or 6271016. OLE color: 6271016.
HSL color Cylindrical-coordinate representation of color #28B05F: hue angle of 144.26º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B05F is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 95 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.31 |
| HSL | 144.26º | 0.63% | 0.42% | - |
| HSV(B) | 144.26º | 0.77% | 0.69% | - |
| XYZ | 18.47 | 32.33 | 16.09 | - |
| YUV | 126.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 95 | 0.77 | 0 | 0.46 | 0.31 | 144.26 | 0.63 | 0.42 |
| Hex | 28 | B0 | 5F | 4D | 0 | 2E | 1F | 90 | 3F | 2A |
| Octal | 50 | 260 | 137 | 115 | 0 | 56 | 37 | 220 | 77 | 52 |
| Binary | 101000 | 10110000 | 1011111 | 1001101 | 0 | 101110 | 11111 | 10010000 | 111111 | 101010 |
Color Harmonies of #28B05F
Complementary color
Monochromatic Colors of #28B05F
Black with #28B05F
Text Example
Text Example
White with #28B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B05F; }
p { color: rgb(40,176,95); }
H1.HeaderClassName
{
color: #28B05F;
}
.AnyTagClassName
{
color: #28B05F;
}
</style>
background-color css
<style>
a { background-color: #28B05F; }
a { background-color: rgb(40,176,95); }
div.DivClassName
{
background-color: #28B05F;
}
.BgClassName
{
background-color: #28B05F;
}
</style>
border-color css
<style>
span { border-color: #28B05F; }
span { border-color: rgb(40,176,95); }
td.TdClassName
{
border-color: #28B05F;
}
.TagClassName
{
border-color: #28B05F;
}
</style>