Shades of Eucalyptus #30926D
Tints of Eucalyptus #30926D
RGB
CMYK
RGB Variations
Color information
#30926D (or 0x30926D) is known color: Eucalyptus. HEX triplet: 30, 92 and 6D. RGB value is (48,146,109). Sum of RGB (Red+Green+Blue) = 48+146+109=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #30926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30926D is #CF6D92. Grayscale: #707070. Windows color (decimal): -13594003 or 7180848. OLE color: 7180848.
HSL color Cylindrical-coordinate representation of color #30926D: hue angle of 157.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30926D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 109 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.43 |
| HSL | 157.35º | 0.51% | 0.38% | - |
| HSV(B) | 157.35º | 0.67% | 0.57% | - |
| XYZ | 14.26 | 22.29 | 18.02 | - |
| YUV | 112.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 109 | 0.67 | 0 | 0.25 | 0.43 | 157.35 | 0.51 | 0.38 |
| Hex | 30 | 92 | 6D | 43 | 0 | 19 | 2B | 9D | 33 | 26 |
| Octal | 60 | 222 | 155 | 103 | 0 | 31 | 53 | 235 | 63 | 46 |
| Binary | 110000 | 10010010 | 1101101 | 1000011 | 0 | 11001 | 101011 | 10011101 | 110011 | 100110 |
Color Harmonies of #30926D
Complementary color
Monochromatic Colors of #30926D
Black with #30926D
Text Example
Text Example
White with #30926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30926D; }
p { color: rgb(48,146,109); }
H1.HeaderClassName
{
color: #30926D;
}
.AnyTagClassName
{
color: #30926D;
}
</style>
background-color css
<style>
a { background-color: #30926D; }
a { background-color: rgb(48,146,109); }
div.DivClassName
{
background-color: #30926D;
}
.BgClassName
{
background-color: #30926D;
}
</style>
border-color css
<style>
span { border-color: #30926D; }
span { border-color: rgb(48,146,109); }
td.TdClassName
{
border-color: #30926D;
}
.TagClassName
{
border-color: #30926D;
}
</style>