Shades of Eucalyptus #309165
Tints of Eucalyptus #309165
RGB
CMYK
RGB Variations
Color information
#309165 (or 0x309165) is known color: Eucalyptus. HEX triplet: 30, 91 and 65. RGB value is (48,145,101). Sum of RGB (Red+Green+Blue) = 48+145+101=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #309165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309165 is #CF6E9A. Grayscale: #6F6F6F. Windows color (decimal): -13594267 or 6656304. OLE color: 6656304.
HSL color Cylindrical-coordinate representation of color #309165: hue angle of 152.78º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309165 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 101 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.43 |
| HSL | 152.78º | 0.5% | 0.38% | - |
| HSV(B) | 152.78º | 0.67% | 0.57% | - |
| XYZ | 13.69 | 21.82 | 15.8 | - |
| YUV | 110.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 101 | 0.67 | 0 | 0.30 | 0.43 | 152.78 | 0.5 | 0.38 |
| Hex | 30 | 91 | 65 | 43 | 0 | 1E | 2B | 99 | 32 | 26 |
| Octal | 60 | 221 | 145 | 103 | 0 | 36 | 53 | 231 | 62 | 46 |
| Binary | 110000 | 10010001 | 1100101 | 1000011 | 0 | 11110 | 101011 | 10011001 | 110010 | 100110 |
Color Harmonies of #309165
Complementary color
Monochromatic Colors of #309165
Black with #309165
Text Example
Text Example
White with #309165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309165; }
p { color: rgb(48,145,101); }
H1.HeaderClassName
{
color: #309165;
}
.AnyTagClassName
{
color: #309165;
}
</style>
background-color css
<style>
a { background-color: #309165; }
a { background-color: rgb(48,145,101); }
div.DivClassName
{
background-color: #309165;
}
.BgClassName
{
background-color: #309165;
}
</style>
border-color css
<style>
span { border-color: #309165; }
span { border-color: rgb(48,145,101); }
td.TdClassName
{
border-color: #309165;
}
.TagClassName
{
border-color: #309165;
}
</style>