Shades of Eucalyptus #30A46B
Tints of Eucalyptus #30A46B
RGB
CMYK
RGB Variations
Color information
#30A46B (or 0x30A46B) is known color: Eucalyptus. HEX triplet: 30, A4 and 6B. RGB value is (48,164,107). Sum of RGB (Red+Green+Blue) = 48+164+107=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #30A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A46B is #CF5B94. Grayscale: #7A7A7A. Windows color (decimal): -13589397 or 7054384. OLE color: 7054384.
HSL color Cylindrical-coordinate representation of color #30A46B: hue angle of 150.52º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A46B is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 164 | 107 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.36 |
| HSL | 150.52º | 0.55% | 0.42% | - |
| HSV(B) | 150.52º | 0.71% | 0.64% | - |
| XYZ | 17.15 | 28.24 | 18.46 | - |
| YUV | 122.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 164 | 107 | 0.71 | 0 | 0.35 | 0.36 | 150.52 | 0.55 | 0.42 |
| Hex | 30 | A4 | 6B | 47 | 0 | 23 | 24 | 97 | 37 | 2A |
| Octal | 60 | 244 | 153 | 107 | 0 | 43 | 44 | 227 | 67 | 52 |
| Binary | 110000 | 10100100 | 1101011 | 1000111 | 0 | 100011 | 100100 | 10010111 | 110111 | 101010 |
Color Harmonies of #30A46B
Complementary color
Monochromatic Colors of #30A46B
Black with #30A46B
Text Example
Text Example
White with #30A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A46B; }
p { color: rgb(48,164,107); }
H1.HeaderClassName
{
color: #30A46B;
}
.AnyTagClassName
{
color: #30A46B;
}
</style>
background-color css
<style>
a { background-color: #30A46B; }
a { background-color: rgb(48,164,107); }
div.DivClassName
{
background-color: #30A46B;
}
.BgClassName
{
background-color: #30A46B;
}
</style>
border-color css
<style>
span { border-color: #30A46B; }
span { border-color: rgb(48,164,107); }
td.TdClassName
{
border-color: #30A46B;
}
.TagClassName
{
border-color: #30A46B;
}
</style>