Shades of Eucalyptus #30956D
Tints of Eucalyptus #30956D
RGB
CMYK
RGB Variations
Color information
#30956D (or 0x30956D) is known color: Eucalyptus. HEX triplet: 30, 95 and 6D. RGB value is (48,149,109). Sum of RGB (Red+Green+Blue) = 48+149+109=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #30956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30956D is #CF6A92. Grayscale: #727272. Windows color (decimal): -13593235 or 7181616. OLE color: 7181616.
HSL color Cylindrical-coordinate representation of color #30956D: hue angle of 156.24º 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 #30956D is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 109 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.42 |
| HSL | 156.24º | 0.51% | 0.39% | - |
| HSV(B) | 156.24º | 0.68% | 0.58% | - |
| XYZ | 14.73 | 23.23 | 18.18 | - |
| YUV | 114.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 109 | 0.68 | 0 | 0.27 | 0.42 | 156.24 | 0.51 | 0.39 |
| Hex | 30 | 95 | 6D | 44 | 0 | 1B | 2A | 9C | 33 | 27 |
| Octal | 60 | 225 | 155 | 104 | 0 | 33 | 52 | 234 | 63 | 47 |
| Binary | 110000 | 10010101 | 1101101 | 1000100 | 0 | 11011 | 101010 | 10011100 | 110011 | 100111 |
Color Harmonies of #30956D
Complementary color
Monochromatic Colors of #30956D
Black with #30956D
Text Example
Text Example
White with #30956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30956D; }
p { color: rgb(48,149,109); }
H1.HeaderClassName
{
color: #30956D;
}
.AnyTagClassName
{
color: #30956D;
}
</style>
background-color css
<style>
a { background-color: #30956D; }
a { background-color: rgb(48,149,109); }
div.DivClassName
{
background-color: #30956D;
}
.BgClassName
{
background-color: #30956D;
}
</style>
border-color css
<style>
span { border-color: #30956D; }
span { border-color: rgb(48,149,109); }
td.TdClassName
{
border-color: #30956D;
}
.TagClassName
{
border-color: #30956D;
}
</style>