Shades of Eucalyptus #309970
Tints of Eucalyptus #309970
RGB
CMYK
RGB Variations
Color information
#309970 (or 0x309970) is known color: Eucalyptus. HEX triplet: 30, 99 and 70. RGB value is (48,153,112). Sum of RGB (Red+Green+Blue) = 48+153+112=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #309970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309970 is #CF668F. Grayscale: #747474. Windows color (decimal): -13592208 or 7379248. OLE color: 7379248.
HSL color Cylindrical-coordinate representation of color #309970: hue angle of 156.57º 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 #309970 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 112 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.4 |
| HSL | 156.57º | 0.52% | 0.39% | - |
| HSV(B) | 156.57º | 0.69% | 0.6% | - |
| XYZ | 15.53 | 24.58 | 19.26 | - |
| YUV | 116.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 112 | 0.69 | 0 | 0.27 | 0.4 | 156.57 | 0.52 | 0.39 |
| Hex | 30 | 99 | 70 | 45 | 0 | 1B | 28 | 9D | 34 | 27 |
| Octal | 60 | 231 | 160 | 105 | 0 | 33 | 50 | 235 | 64 | 47 |
| Binary | 110000 | 10011001 | 1110000 | 1000101 | 0 | 11011 | 101000 | 10011101 | 110100 | 100111 |
Color Harmonies of #309970
Complementary color
Monochromatic Colors of #309970
Black with #309970
Text Example
Text Example
White with #309970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309970; }
p { color: rgb(48,153,112); }
H1.HeaderClassName
{
color: #309970;
}
.AnyTagClassName
{
color: #309970;
}
</style>
background-color css
<style>
a { background-color: #309970; }
a { background-color: rgb(48,153,112); }
div.DivClassName
{
background-color: #309970;
}
.BgClassName
{
background-color: #309970;
}
</style>
border-color css
<style>
span { border-color: #309970; }
span { border-color: rgb(48,153,112); }
td.TdClassName
{
border-color: #309970;
}
.TagClassName
{
border-color: #309970;
}
</style>