Shades of Eucalyptus #30936D
Tints of Eucalyptus #30936D
RGB
CMYK
RGB Variations
Color information
#30936D (or 0x30936D) is known color: Eucalyptus. HEX triplet: 30, 93 and 6D. RGB value is (48,147,109). Sum of RGB (Red+Green+Blue) = 48+147+109=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #30936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30936D is #CF6C92. Grayscale: #717171. Windows color (decimal): -13593747 or 7181104. OLE color: 7181104.
HSL color Cylindrical-coordinate representation of color #30936D: hue angle of 156.97º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30936D is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 109 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.42 |
| HSL | 156.97º | 0.51% | 0.38% | - |
| HSV(B) | 156.97º | 0.67% | 0.58% | - |
| XYZ | 14.41 | 22.6 | 18.07 | - |
| YUV | 113.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 109 | 0.67 | 0 | 0.26 | 0.42 | 156.97 | 0.51 | 0.38 |
| Hex | 30 | 93 | 6D | 43 | 0 | 1A | 2A | 9D | 33 | 26 |
| Octal | 60 | 223 | 155 | 103 | 0 | 32 | 52 | 235 | 63 | 46 |
| Binary | 110000 | 10010011 | 1101101 | 1000011 | 0 | 11010 | 101010 | 10011101 | 110011 | 100110 |
Color Harmonies of #30936D
Complementary color
Monochromatic Colors of #30936D
Black with #30936D
Text Example
Text Example
White with #30936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30936D; }
p { color: rgb(48,147,109); }
H1.HeaderClassName
{
color: #30936D;
}
.AnyTagClassName
{
color: #30936D;
}
</style>
background-color css
<style>
a { background-color: #30936D; }
a { background-color: rgb(48,147,109); }
div.DivClassName
{
background-color: #30936D;
}
.BgClassName
{
background-color: #30936D;
}
</style>
border-color css
<style>
span { border-color: #30936D; }
span { border-color: rgb(48,147,109); }
td.TdClassName
{
border-color: #30936D;
}
.TagClassName
{
border-color: #30936D;
}
</style>