Shades of Eucalyptus #309958
Tints of Eucalyptus #309958
RGB
CMYK
RGB Variations
Color information
#309958 (or 0x309958) is known color: Eucalyptus. HEX triplet: 30, 99 and 58. RGB value is (48,153,88). Sum of RGB (Red+Green+Blue) = 48+153+88=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #309958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309958 is #CF66A7. Grayscale: #727272. Windows color (decimal): -13592232 or 5806384. OLE color: 5806384.
HSL color Cylindrical-coordinate representation of color #309958: hue angle of 142.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309958 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 88 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.4 |
| HSL | 142.86º | 0.52% | 0.39% | - |
| HSV(B) | 142.86º | 0.69% | 0.6% | - |
| XYZ | 14.37 | 24.12 | 13.13 | - |
| YUV | 114.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 88 | 0.69 | 0 | 0.42 | 0.4 | 142.86 | 0.52 | 0.39 |
| Hex | 30 | 99 | 58 | 45 | 0 | 2A | 28 | 8F | 34 | 27 |
| Octal | 60 | 231 | 130 | 105 | 0 | 52 | 50 | 217 | 64 | 47 |
| Binary | 110000 | 10011001 | 1011000 | 1000101 | 0 | 101010 | 101000 | 10001111 | 110100 | 100111 |
Color Harmonies of #309958
Complementary color
Monochromatic Colors of #309958
Black with #309958
Text Example
Text Example
White with #309958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309958; }
p { color: rgb(48,153,88); }
H1.HeaderClassName
{
color: #309958;
}
.AnyTagClassName
{
color: #309958;
}
</style>
background-color css
<style>
a { background-color: #309958; }
a { background-color: rgb(48,153,88); }
div.DivClassName
{
background-color: #309958;
}
.BgClassName
{
background-color: #309958;
}
</style>
border-color css
<style>
span { border-color: #309958; }
span { border-color: rgb(48,153,88); }
td.TdClassName
{
border-color: #309958;
}
.TagClassName
{
border-color: #309958;
}
</style>