Shades of Eucalyptus #309C5C
Tints of Eucalyptus #309C5C
RGB
CMYK
RGB Variations
Color information
#309C5C (or 0x309C5C) is known color: Eucalyptus. HEX triplet: 30, 9C and 5C. RGB value is (48,156,92). Sum of RGB (Red+Green+Blue) = 48+156+92=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #309C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C5C is #CF63A3. Grayscale: #747474. Windows color (decimal): -13591460 or 6069296. OLE color: 6069296.
HSL color Cylindrical-coordinate representation of color #309C5C: hue angle of 144.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C5C is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 156 | 92 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.39 |
| HSL | 144.44º | 0.53% | 0.4% | - |
| HSV(B) | 144.44º | 0.69% | 0.61% | - |
| XYZ | 15.04 | 25.18 | 14.19 | - |
| YUV | 116.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 92 | 0.69 | 0 | 0.41 | 0.39 | 144.44 | 0.53 | 0.4 |
| Hex | 30 | 9C | 5C | 45 | 0 | 29 | 27 | 90 | 35 | 28 |
| Octal | 60 | 234 | 134 | 105 | 0 | 51 | 47 | 220 | 65 | 50 |
| Binary | 110000 | 10011100 | 1011100 | 1000101 | 0 | 101001 | 100111 | 10010000 | 110101 | 101000 |
Color Harmonies of #309C5C
Complementary color
Monochromatic Colors of #309C5C
Black with #309C5C
Text Example
Text Example
White with #309C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309C5C; }
p { color: rgb(48,156,92); }
H1.HeaderClassName
{
color: #309C5C;
}
.AnyTagClassName
{
color: #309C5C;
}
</style>
background-color css
<style>
a { background-color: #309C5C; }
a { background-color: rgb(48,156,92); }
div.DivClassName
{
background-color: #309C5C;
}
.BgClassName
{
background-color: #309C5C;
}
</style>
border-color css
<style>
span { border-color: #309C5C; }
span { border-color: rgb(48,156,92); }
td.TdClassName
{
border-color: #309C5C;
}
.TagClassName
{
border-color: #309C5C;
}
</style>