Shades of Eucalyptus #309A6A
Tints of Eucalyptus #309A6A
RGB
CMYK
RGB Variations
Color information
#309A6A (or 0x309A6A) is known color: Eucalyptus. HEX triplet: 30, 9A and 6A. RGB value is (48,154,106). Sum of RGB (Red+Green+Blue) = 48+154+106=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #309A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309A6A is #CF6595. Grayscale: #747474. Windows color (decimal): -13591958 or 6986288. OLE color: 6986288.
HSL color Cylindrical-coordinate representation of color #309A6A: hue angle of 152.83º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309A6A is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 48 | 154 | 106 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.40 |
| HSL | 152.83º | 0.52% | 0.4% | - |
| HSV(B) | 152.83º | 0.69% | 0.6% | - |
| XYZ | 15.38 | 24.78 | 17.61 | - |
| YUV | 116.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 106 | 0.69 | 0 | 0.31 | 0.40 | 152.83 | 0.52 | 0.4 |
| Hex | 30 | 9A | 6A | 45 | 0 | 1F | 28 | 99 | 34 | 28 |
| Octal | 60 | 232 | 152 | 105 | 0 | 37 | 50 | 231 | 64 | 50 |
| Binary | 110000 | 10011010 | 1101010 | 1000101 | 0 | 11111 | 101000 | 10011001 | 110100 | 101000 |
Color Harmonies of #309A6A
Complementary color
Monochromatic Colors of #309A6A
Black with #309A6A
Text Example
Text Example
White with #309A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309A6A; }
p { color: rgb(48,154,106); }
H1.HeaderClassName
{
color: #309A6A;
}
.AnyTagClassName
{
color: #309A6A;
}
</style>
background-color css
<style>
a { background-color: #309A6A; }
a { background-color: rgb(48,154,106); }
div.DivClassName
{
background-color: #309A6A;
}
.BgClassName
{
background-color: #309A6A;
}
</style>
border-color css
<style>
span { border-color: #309A6A; }
span { border-color: rgb(48,154,106); }
td.TdClassName
{
border-color: #309A6A;
}
.TagClassName
{
border-color: #309A6A;
}
</style>