Shades of Eucalyptus #308E67
Tints of Eucalyptus #308E67
RGB
CMYK
RGB Variations
Color information
#308E67 (or 0x308E67) is known color: Eucalyptus. HEX triplet: 30, 8E and 67. RGB value is (48,142,103). Sum of RGB (Red+Green+Blue) = 48+142+103=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #308E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E67 is #CF7198. Grayscale: #6D6D6D. Windows color (decimal): -13595033 or 6786608. OLE color: 6786608.
HSL color Cylindrical-coordinate representation of color #308E67: hue angle of 155.11º degrees, saturation: 0.49, 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 #308E67 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 142 | 103 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.44 |
| HSL | 155.11º | 0.49% | 0.37% | - |
| HSV(B) | 155.11º | 0.66% | 0.56% | - |
| XYZ | 13.34 | 20.95 | 16.17 | - |
| YUV | 109.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 103 | 0.66 | 0 | 0.27 | 0.44 | 155.11 | 0.49 | 0.37 |
| Hex | 30 | 8E | 67 | 42 | 0 | 1B | 2C | 9B | 31 | 25 |
| Octal | 60 | 216 | 147 | 102 | 0 | 33 | 54 | 233 | 61 | 45 |
| Binary | 110000 | 10001110 | 1100111 | 1000010 | 0 | 11011 | 101100 | 10011011 | 110001 | 100101 |
Color Harmonies of #308E67
Complementary color
Monochromatic Colors of #308E67
Black with #308E67
Text Example
Text Example
White with #308E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308E67; }
p { color: rgb(48,142,103); }
H1.HeaderClassName
{
color: #308E67;
}
.AnyTagClassName
{
color: #308E67;
}
</style>
background-color css
<style>
a { background-color: #308E67; }
a { background-color: rgb(48,142,103); }
div.DivClassName
{
background-color: #308E67;
}
.BgClassName
{
background-color: #308E67;
}
</style>
border-color css
<style>
span { border-color: #308E67; }
span { border-color: rgb(48,142,103); }
td.TdClassName
{
border-color: #308E67;
}
.TagClassName
{
border-color: #308E67;
}
</style>