Shades of Eucalyptus #308F62
Tints of Eucalyptus #308F62
RGB
CMYK
RGB Variations
Color information
#308F62 (or 0x308F62) is known color: Eucalyptus. HEX triplet: 30, 8F and 62. RGB value is (48,143,98). Sum of RGB (Red+Green+Blue) = 48+143+98=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #308F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F62 is #CF709D. Grayscale: #6D6D6D. Windows color (decimal): -13594782 or 6459184. OLE color: 6459184.
HSL color Cylindrical-coordinate representation of color #308F62: hue angle of 151.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F62 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 98 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.44 |
| HSL | 151.58º | 0.5% | 0.37% | - |
| HSV(B) | 151.58º | 0.66% | 0.56% | - |
| XYZ | 13.25 | 21.16 | 14.94 | - |
| YUV | 109.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 98 | 0.66 | 0 | 0.31 | 0.44 | 151.58 | 0.5 | 0.37 |
| Hex | 30 | 8F | 62 | 42 | 0 | 1F | 2C | 98 | 32 | 25 |
| Octal | 60 | 217 | 142 | 102 | 0 | 37 | 54 | 230 | 62 | 45 |
| Binary | 110000 | 10001111 | 1100010 | 1000010 | 0 | 11111 | 101100 | 10011000 | 110010 | 100101 |
Color Harmonies of #308F62
Complementary color
Monochromatic Colors of #308F62
Black with #308F62
Text Example
Text Example
White with #308F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F62; }
p { color: rgb(48,143,98); }
H1.HeaderClassName
{
color: #308F62;
}
.AnyTagClassName
{
color: #308F62;
}
</style>
background-color css
<style>
a { background-color: #308F62; }
a { background-color: rgb(48,143,98); }
div.DivClassName
{
background-color: #308F62;
}
.BgClassName
{
background-color: #308F62;
}
</style>
border-color css
<style>
span { border-color: #308F62; }
span { border-color: rgb(48,143,98); }
td.TdClassName
{
border-color: #308F62;
}
.TagClassName
{
border-color: #308F62;
}
</style>