Shades of Eucalyptus #309867
Tints of Eucalyptus #309867
RGB
CMYK
RGB Variations
Color information
#309867 (or 0x309867) is known color: Eucalyptus. HEX triplet: 30, 98 and 67. RGB value is (48,152,103). Sum of RGB (Red+Green+Blue) = 48+152+103=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #309867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309867 is #CF6798. Grayscale: #737373. Windows color (decimal): -13592473 or 6789168. OLE color: 6789168.
HSL color Cylindrical-coordinate representation of color #309867: hue angle of 151.73º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309867 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 152 | 103 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.40 |
| HSL | 151.73º | 0.52% | 0.39% | - |
| HSV(B) | 151.73º | 0.68% | 0.6% | - |
| XYZ | 14.9 | 24.06 | 16.69 | - |
| YUV | 115.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 152 | 103 | 0.68 | 0 | 0.32 | 0.40 | 151.73 | 0.52 | 0.39 |
| Hex | 30 | 98 | 67 | 44 | 0 | 20 | 28 | 98 | 34 | 27 |
| Octal | 60 | 230 | 147 | 104 | 0 | 40 | 50 | 230 | 64 | 47 |
| Binary | 110000 | 10011000 | 1100111 | 1000100 | 0 | 100000 | 101000 | 10011000 | 110100 | 100111 |
Color Harmonies of #309867
Complementary color
Monochromatic Colors of #309867
Black with #309867
Text Example
Text Example
White with #309867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309867; }
p { color: rgb(48,152,103); }
H1.HeaderClassName
{
color: #309867;
}
.AnyTagClassName
{
color: #309867;
}
</style>
background-color css
<style>
a { background-color: #309867; }
a { background-color: rgb(48,152,103); }
div.DivClassName
{
background-color: #309867;
}
.BgClassName
{
background-color: #309867;
}
</style>
border-color css
<style>
span { border-color: #309867; }
span { border-color: rgb(48,152,103); }
td.TdClassName
{
border-color: #309867;
}
.TagClassName
{
border-color: #309867;
}
</style>