Shades of Eucalyptus #30916D
Tints of Eucalyptus #30916D
RGB
CMYK
RGB Variations
Color information
#30916D (or 0x30916D) is known color: Eucalyptus. HEX triplet: 30, 91 and 6D. RGB value is (48,145,109). Sum of RGB (Red+Green+Blue) = 48+145+109=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #30916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30916D is #CF6E92. Grayscale: #6F6F6F. Windows color (decimal): -13594259 or 7180592. OLE color: 7180592.
HSL color Cylindrical-coordinate representation of color #30916D: hue angle of 157.73º 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 #30916D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 109 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.43 |
| HSL | 157.73º | 0.5% | 0.38% | - |
| HSV(B) | 157.73º | 0.67% | 0.57% | - |
| XYZ | 14.1 | 21.98 | 17.97 | - |
| YUV | 111.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 109 | 0.67 | 0 | 0.25 | 0.43 | 157.73 | 0.5 | 0.38 |
| Hex | 30 | 91 | 6D | 43 | 0 | 19 | 2B | 9E | 32 | 26 |
| Octal | 60 | 221 | 155 | 103 | 0 | 31 | 53 | 236 | 62 | 46 |
| Binary | 110000 | 10010001 | 1101101 | 1000011 | 0 | 11001 | 101011 | 10011110 | 110010 | 100110 |
Color Harmonies of #30916D
Complementary color
Monochromatic Colors of #30916D
Black with #30916D
Text Example
Text Example
White with #30916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30916D; }
p { color: rgb(48,145,109); }
H1.HeaderClassName
{
color: #30916D;
}
.AnyTagClassName
{
color: #30916D;
}
</style>
background-color css
<style>
a { background-color: #30916D; }
a { background-color: rgb(48,145,109); }
div.DivClassName
{
background-color: #30916D;
}
.BgClassName
{
background-color: #30916D;
}
</style>
border-color css
<style>
span { border-color: #30916D; }
span { border-color: rgb(48,145,109); }
td.TdClassName
{
border-color: #30916D;
}
.TagClassName
{
border-color: #30916D;
}
</style>