Shades of Eucalyptus #30A569
Tints of Eucalyptus #30A569
RGB
CMYK
RGB Variations
Color information
#30A569 (or 0x30A569) is known color: Eucalyptus. HEX triplet: 30, A5 and 69. RGB value is (48,165,105). Sum of RGB (Red+Green+Blue) = 48+165+105=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #30A569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A569 is #CF5A96. Grayscale: #7B7B7B. Windows color (decimal): -13589143 or 6923568. OLE color: 6923568.
HSL color Cylindrical-coordinate representation of color #30A569: hue angle of 149.23º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A569 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 48 | 165 | 105 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.35 |
| HSL | 149.23º | 0.55% | 0.42% | - |
| HSV(B) | 149.23º | 0.71% | 0.65% | - |
| XYZ | 17.22 | 28.56 | 17.97 | - |
| YUV | 123.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 165 | 105 | 0.71 | 0 | 0.36 | 0.35 | 149.23 | 0.55 | 0.42 |
| Hex | 30 | A5 | 69 | 47 | 0 | 24 | 23 | 95 | 37 | 2A |
| Octal | 60 | 245 | 151 | 107 | 0 | 44 | 43 | 225 | 67 | 52 |
| Binary | 110000 | 10100101 | 1101001 | 1000111 | 0 | 100100 | 100011 | 10010101 | 110111 | 101010 |
Color Harmonies of #30A569
Complementary color
Monochromatic Colors of #30A569
Black with #30A569
Text Example
Text Example
White with #30A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A569; }
p { color: rgb(48,165,105); }
H1.HeaderClassName
{
color: #30A569;
}
.AnyTagClassName
{
color: #30A569;
}
</style>
background-color css
<style>
a { background-color: #30A569; }
a { background-color: rgb(48,165,105); }
div.DivClassName
{
background-color: #30A569;
}
.BgClassName
{
background-color: #30A569;
}
</style>
border-color css
<style>
span { border-color: #30A569; }
span { border-color: rgb(48,165,105); }
td.TdClassName
{
border-color: #30A569;
}
.TagClassName
{
border-color: #30A569;
}
</style>