Shades of Eucalyptus #309C65
Tints of Eucalyptus #309C65
RGB
CMYK
RGB Variations
Color information
#309C65 (or 0x309C65) is known color: Eucalyptus. HEX triplet: 30, 9C and 65. RGB value is (48,156,101). Sum of RGB (Red+Green+Blue) = 48+156+101=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #309C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C65 is #CF639A. Grayscale: #757575. Windows color (decimal): -13591451 or 6659120. OLE color: 6659120.
HSL color Cylindrical-coordinate representation of color #309C65: hue angle of 149.44º 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 #309C65 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 101 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.39 |
| HSL | 149.44º | 0.53% | 0.4% | - |
| HSV(B) | 149.44º | 0.69% | 0.61% | - |
| XYZ | 15.46 | 25.34 | 16.39 | - |
| YUV | 117.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 101 | 0.69 | 0 | 0.35 | 0.39 | 149.44 | 0.53 | 0.4 |
| Hex | 30 | 9C | 65 | 45 | 0 | 23 | 27 | 95 | 35 | 28 |
| Octal | 60 | 234 | 145 | 105 | 0 | 43 | 47 | 225 | 65 | 50 |
| Binary | 110000 | 10011100 | 1100101 | 1000101 | 0 | 100011 | 100111 | 10010101 | 110101 | 101000 |
Color Harmonies of #309C65
Complementary color
Monochromatic Colors of #309C65
Black with #309C65
Text Example
Text Example
White with #309C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C65; }
p { color: rgb(48,156,101); }
H1.HeaderClassName
{
color: #309C65;
}
.AnyTagClassName
{
color: #309C65;
}
</style>
background-color css
<style>
a { background-color: #309C65; }
a { background-color: rgb(48,156,101); }
div.DivClassName
{
background-color: #309C65;
}
.BgClassName
{
background-color: #309C65;
}
</style>
border-color css
<style>
span { border-color: #309C65; }
span { border-color: rgb(48,156,101); }
td.TdClassName
{
border-color: #309C65;
}
.TagClassName
{
border-color: #309C65;
}
</style>