Shades of Eucalyptus #30935B
Tints of Eucalyptus #30935B
RGB
CMYK
RGB Variations
Color information
#30935B (or 0x30935B) is known color: Eucalyptus. HEX triplet: 30, 93 and 5B. RGB value is (48,147,91). Sum of RGB (Red+Green+Blue) = 48+147+91=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #30935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30935B is #CF6CA4. Grayscale: #6F6F6F. Windows color (decimal): -13593765 or 6001456. OLE color: 6001456.
HSL color Cylindrical-coordinate representation of color #30935B: hue angle of 146.06º 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 #30935B is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 91 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.42 |
| HSL | 146.06º | 0.51% | 0.38% | - |
| HSV(B) | 146.06º | 0.67% | 0.58% | - |
| XYZ | 13.54 | 22.25 | 13.48 | - |
| YUV | 111.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 91 | 0.67 | 0 | 0.38 | 0.42 | 146.06 | 0.51 | 0.38 |
| Hex | 30 | 93 | 5B | 43 | 0 | 26 | 2A | 92 | 33 | 26 |
| Octal | 60 | 223 | 133 | 103 | 0 | 46 | 52 | 222 | 63 | 46 |
| Binary | 110000 | 10010011 | 1011011 | 1000011 | 0 | 100110 | 101010 | 10010010 | 110011 | 100110 |
Color Harmonies of #30935B
Complementary color
Monochromatic Colors of #30935B
Black with #30935B
Text Example
Text Example
White with #30935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30935B; }
p { color: rgb(48,147,91); }
H1.HeaderClassName
{
color: #30935B;
}
.AnyTagClassName
{
color: #30935B;
}
</style>
background-color css
<style>
a { background-color: #30935B; }
a { background-color: rgb(48,147,91); }
div.DivClassName
{
background-color: #30935B;
}
.BgClassName
{
background-color: #30935B;
}
</style>
border-color css
<style>
span { border-color: #30935B; }
span { border-color: rgb(48,147,91); }
td.TdClassName
{
border-color: #30935B;
}
.TagClassName
{
border-color: #30935B;
}
</style>