Shades of Eucalyptus #239D68
Tints of Eucalyptus #239D68
RGB
CMYK
RGB Variations
Color information
#239D68 (or 0x239D68) is known color: Eucalyptus. HEX triplet: 23, 9D and 68. RGB value is (35,157,104). Sum of RGB (Red+Green+Blue) = 35+157+104=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #239D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D68 is #DC6297. Grayscale: #727272. Windows color (decimal): -14443160 or 6855971. OLE color: 6855971.
HSL color Cylindrical-coordinate representation of color #239D68: hue angle of 153.93º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239D68 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 157 | 104 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.38 |
| HSL | 153.93º | 0.64% | 0.38% | - |
| HSV(B) | 153.93º | 0.78% | 0.62% | - |
| XYZ | 15.25 | 25.47 | 17.21 | - |
| YUV | 114.48 | 122.08 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 104 | 0.78 | 0 | 0.34 | 0.38 | 153.93 | 0.64 | 0.38 |
| Hex | 23 | 9D | 68 | 4E | 0 | 22 | 26 | 9A | 40 | 26 |
| Octal | 43 | 235 | 150 | 116 | 0 | 42 | 46 | 232 | 100 | 46 |
| Binary | 100011 | 10011101 | 1101000 | 1001110 | 0 | 100010 | 100110 | 10011010 | 1000000 | 100110 |
Color Harmonies of #239D68
Complementary color
Monochromatic Colors of #239D68
Black with #239D68
Text Example
Text Example
White with #239D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239D68; }
p { color: rgb(35,157,104); }
H1.HeaderClassName
{
color: #239D68;
}
.AnyTagClassName
{
color: #239D68;
}
</style>
background-color css
<style>
a { background-color: #239D68; }
a { background-color: rgb(35,157,104); }
div.DivClassName
{
background-color: #239D68;
}
.BgClassName
{
background-color: #239D68;
}
</style>
border-color css
<style>
span { border-color: #239D68; }
span { border-color: rgb(35,157,104); }
td.TdClassName
{
border-color: #239D68;
}
.TagClassName
{
border-color: #239D68;
}
</style>