Shades of Eucalyptus #308F69
Tints of Eucalyptus #308F69
RGB
CMYK
RGB Variations
Color information
#308F69 (or 0x308F69) is known color: Eucalyptus. HEX triplet: 30, 8F and 69. RGB value is (48,143,105). Sum of RGB (Red+Green+Blue) = 48+143+105=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #308F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F69 is #CF7096. Grayscale: #6E6E6E. Windows color (decimal): -13594775 or 6917936. OLE color: 6917936.
HSL color Cylindrical-coordinate representation of color #308F69: hue angle of 156º 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 #308F69 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 143 | 105 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.44 |
| HSL | 156º | 0.5% | 0.37% | - |
| HSV(B) | 156º | 0.66% | 0.56% | - |
| XYZ | 13.59 | 21.29 | 16.76 | - |
| YUV | 110.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 105 | 0.66 | 0 | 0.27 | 0.44 | 156 | 0.5 | 0.37 |
| Hex | 30 | 8F | 69 | 42 | 0 | 1B | 2C | 9C | 32 | 25 |
| Octal | 60 | 217 | 151 | 102 | 0 | 33 | 54 | 234 | 62 | 45 |
| Binary | 110000 | 10001111 | 1101001 | 1000010 | 0 | 11011 | 101100 | 10011100 | 110010 | 100101 |
Color Harmonies of #308F69
Complementary color
Monochromatic Colors of #308F69
Black with #308F69
Text Example
Text Example
White with #308F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308F69; }
p { color: rgb(48,143,105); }
H1.HeaderClassName
{
color: #308F69;
}
.AnyTagClassName
{
color: #308F69;
}
</style>
background-color css
<style>
a { background-color: #308F69; }
a { background-color: rgb(48,143,105); }
div.DivClassName
{
background-color: #308F69;
}
.BgClassName
{
background-color: #308F69;
}
</style>
border-color css
<style>
span { border-color: #308F69; }
span { border-color: rgb(48,143,105); }
td.TdClassName
{
border-color: #308F69;
}
.TagClassName
{
border-color: #308F69;
}
</style>