Shades of Eucalyptus #30945B
Tints of Eucalyptus #30945B
RGB
CMYK
RGB Variations
Color information
#30945B (or 0x30945B) is known color: Eucalyptus. HEX triplet: 30, 94 and 5B. RGB value is (48,148,91). Sum of RGB (Red+Green+Blue) = 48+148+91=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #30945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30945B is #CF6BA4. Grayscale: #6F6F6F. Windows color (decimal): -13593509 or 6001712. OLE color: 6001712.
HSL color Cylindrical-coordinate representation of color #30945B: hue angle of 145.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30945B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 91 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.42 |
| HSL | 145.8º | 0.51% | 0.38% | - |
| HSV(B) | 145.8º | 0.68% | 0.58% | - |
| XYZ | 13.7 | 22.56 | 13.53 | - |
| YUV | 111.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 91 | 0.68 | 0 | 0.39 | 0.42 | 145.8 | 0.51 | 0.38 |
| Hex | 30 | 94 | 5B | 44 | 0 | 27 | 2A | 92 | 33 | 26 |
| Octal | 60 | 224 | 133 | 104 | 0 | 47 | 52 | 222 | 63 | 46 |
| Binary | 110000 | 10010100 | 1011011 | 1000100 | 0 | 100111 | 101010 | 10010010 | 110011 | 100110 |
Color Harmonies of #30945B
Complementary color
Monochromatic Colors of #30945B
Black with #30945B
Text Example
Text Example
White with #30945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30945B; }
p { color: rgb(48,148,91); }
H1.HeaderClassName
{
color: #30945B;
}
.AnyTagClassName
{
color: #30945B;
}
</style>
background-color css
<style>
a { background-color: #30945B; }
a { background-color: rgb(48,148,91); }
div.DivClassName
{
background-color: #30945B;
}
.BgClassName
{
background-color: #30945B;
}
</style>
border-color css
<style>
span { border-color: #30945B; }
span { border-color: rgb(48,148,91); }
td.TdClassName
{
border-color: #30945B;
}
.TagClassName
{
border-color: #30945B;
}
</style>