Shades of Eucalyptus #309C56
Tints of Eucalyptus #309C56
RGB
CMYK
RGB Variations
Color information
#309C56 (or 0x309C56) is known color: Eucalyptus. HEX triplet: 30, 9C and 56. RGB value is (48,156,86). Sum of RGB (Red+Green+Blue) = 48+156+86=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #309C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C56 is #CF63A9. Grayscale: #737373. Windows color (decimal): -13591466 or 5676080. OLE color: 5676080.
HSL color Cylindrical-coordinate representation of color #309C56: hue angle of 141.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C56 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 86 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.39 |
| HSL | 141.11º | 0.53% | 0.4% | - |
| HSV(B) | 141.11º | 0.69% | 0.61% | - |
| XYZ | 14.79 | 25.08 | 12.87 | - |
| YUV | 115.73 | 111.22 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 86 | 0.69 | 0 | 0.45 | 0.39 | 141.11 | 0.53 | 0.4 |
| Hex | 30 | 9C | 56 | 45 | 0 | 2D | 27 | 8D | 35 | 28 |
| Octal | 60 | 234 | 126 | 105 | 0 | 55 | 47 | 215 | 65 | 50 |
| Binary | 110000 | 10011100 | 1010110 | 1000101 | 0 | 101101 | 100111 | 10001101 | 110101 | 101000 |
Color Harmonies of #309C56
Complementary color
Monochromatic Colors of #309C56
Black with #309C56
Text Example
Text Example
White with #309C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C56; }
p { color: rgb(48,156,86); }
H1.HeaderClassName
{
color: #309C56;
}
.AnyTagClassName
{
color: #309C56;
}
</style>
background-color css
<style>
a { background-color: #309C56; }
a { background-color: rgb(48,156,86); }
div.DivClassName
{
background-color: #309C56;
}
.BgClassName
{
background-color: #309C56;
}
</style>
border-color css
<style>
span { border-color: #309C56; }
span { border-color: rgb(48,156,86); }
td.TdClassName
{
border-color: #309C56;
}
.TagClassName
{
border-color: #309C56;
}
</style>