Shades of Eucalyptus #30956C
Tints of Eucalyptus #30956C
RGB
CMYK
RGB Variations
Color information
#30956C (or 0x30956C) is known color: Eucalyptus. HEX triplet: 30, 95 and 6C. RGB value is (48,149,108). Sum of RGB (Red+Green+Blue) = 48+149+108=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #30956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30956C is #CF6A93. Grayscale: #727272. Windows color (decimal): -13593236 or 7116080. OLE color: 7116080.
HSL color Cylindrical-coordinate representation of color #30956C: hue angle of 155.64º 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 #30956C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 149 | 108 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.42 |
| HSL | 155.64º | 0.51% | 0.39% | - |
| HSV(B) | 155.64º | 0.68% | 0.58% | - |
| XYZ | 14.67 | 23.21 | 17.89 | - |
| YUV | 114.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 108 | 0.68 | 0 | 0.28 | 0.42 | 155.64 | 0.51 | 0.39 |
| Hex | 30 | 95 | 6C | 44 | 0 | 1C | 2A | 9C | 33 | 27 |
| Octal | 60 | 225 | 154 | 104 | 0 | 34 | 52 | 234 | 63 | 47 |
| Binary | 110000 | 10010101 | 1101100 | 1000100 | 0 | 11100 | 101010 | 10011100 | 110011 | 100111 |
Color Harmonies of #30956C
Complementary color
Monochromatic Colors of #30956C
Black with #30956C
Text Example
Text Example
White with #30956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30956C; }
p { color: rgb(48,149,108); }
H1.HeaderClassName
{
color: #30956C;
}
.AnyTagClassName
{
color: #30956C;
}
</style>
background-color css
<style>
a { background-color: #30956C; }
a { background-color: rgb(48,149,108); }
div.DivClassName
{
background-color: #30956C;
}
.BgClassName
{
background-color: #30956C;
}
</style>
border-color css
<style>
span { border-color: #30956C; }
span { border-color: rgb(48,149,108); }
td.TdClassName
{
border-color: #30956C;
}
.TagClassName
{
border-color: #30956C;
}
</style>