Shades of Eucalyptus #28B05D
Tints of Eucalyptus #28B05D
RGB
CMYK
RGB Variations
Color information
#28B05D (or 0x28B05D) is known color: Eucalyptus. HEX triplet: 28, B0 and 5D. RGB value is (40,176,93). Sum of RGB (Red+Green+Blue) = 40+176+93=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #28B05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B05D is #D74FA2. Grayscale: #7E7E7E. Windows color (decimal): -14110627 or 6139944. OLE color: 6139944.
HSL color Cylindrical-coordinate representation of color #28B05D: hue angle of 143.38º 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 #28B05D is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 93 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.31 |
| HSL | 143.38º | 0.63% | 0.42% | - |
| HSV(B) | 143.38º | 0.77% | 0.69% | - |
| XYZ | 18.38 | 32.29 | 15.62 | - |
| YUV | 125.87 | 109.44 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 93 | 0.77 | 0 | 0.47 | 0.31 | 143.38 | 0.63 | 0.42 |
| Hex | 28 | B0 | 5D | 4D | 0 | 2F | 1F | 8F | 3F | 2A |
| Octal | 50 | 260 | 135 | 115 | 0 | 57 | 37 | 217 | 77 | 52 |
| Binary | 101000 | 10110000 | 1011101 | 1001101 | 0 | 101111 | 11111 | 10001111 | 111111 | 101010 |
Color Harmonies of #28B05D
Complementary color
Monochromatic Colors of #28B05D
Black with #28B05D
Text Example
Text Example
White with #28B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B05D; }
p { color: rgb(40,176,93); }
H1.HeaderClassName
{
color: #28B05D;
}
.AnyTagClassName
{
color: #28B05D;
}
</style>
background-color css
<style>
a { background-color: #28B05D; }
a { background-color: rgb(40,176,93); }
div.DivClassName
{
background-color: #28B05D;
}
.BgClassName
{
background-color: #28B05D;
}
</style>
border-color css
<style>
span { border-color: #28B05D; }
span { border-color: rgb(40,176,93); }
td.TdClassName
{
border-color: #28B05D;
}
.TagClassName
{
border-color: #28B05D;
}
</style>