Shades of Eucalyptus #309568
Tints of Eucalyptus #309568
RGB
CMYK
RGB Variations
Color information
#309568 (or 0x309568) is known color: Eucalyptus. HEX triplet: 30, 95 and 68. RGB value is (48,149,104). Sum of RGB (Red+Green+Blue) = 48+149+104=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #309568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309568 is #CF6A97. Grayscale: #717171. Windows color (decimal): -13593240 or 6853936. OLE color: 6853936.
HSL color Cylindrical-coordinate representation of color #309568: hue angle of 153.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309568 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 104 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.42 |
| HSL | 153.27º | 0.51% | 0.39% | - |
| HSV(B) | 153.27º | 0.68% | 0.58% | - |
| XYZ | 14.47 | 23.12 | 16.8 | - |
| YUV | 113.67 | 122.54 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 104 | 0.68 | 0 | 0.30 | 0.42 | 153.27 | 0.51 | 0.39 |
| Hex | 30 | 95 | 68 | 44 | 0 | 1E | 2A | 99 | 33 | 27 |
| Octal | 60 | 225 | 150 | 104 | 0 | 36 | 52 | 231 | 63 | 47 |
| Binary | 110000 | 10010101 | 1101000 | 1000100 | 0 | 11110 | 101010 | 10011001 | 110011 | 100111 |
Color Harmonies of #309568
Complementary color
Monochromatic Colors of #309568
Black with #309568
Text Example
Text Example
White with #309568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309568; }
p { color: rgb(48,149,104); }
H1.HeaderClassName
{
color: #309568;
}
.AnyTagClassName
{
color: #309568;
}
</style>
background-color css
<style>
a { background-color: #309568; }
a { background-color: rgb(48,149,104); }
div.DivClassName
{
background-color: #309568;
}
.BgClassName
{
background-color: #309568;
}
</style>
border-color css
<style>
span { border-color: #309568; }
span { border-color: rgb(48,149,104); }
td.TdClassName
{
border-color: #309568;
}
.TagClassName
{
border-color: #309568;
}
</style>