Shades of Eucalyptus #239D5F
Tints of Eucalyptus #239D5F
RGB
CMYK
RGB Variations
Color information
#239D5F (or 0x239D5F) is known color: Eucalyptus. HEX triplet: 23, 9D and 5F. RGB value is (35,157,95). Sum of RGB (Red+Green+Blue) = 35+157+95=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #239D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D5F is #DC62A0. Grayscale: #717171. Windows color (decimal): -14443169 or 6266147. OLE color: 6266147.
HSL color Cylindrical-coordinate representation of color #239D5F: hue angle of 149.51º 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 #239D5F is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 157 | 95 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.38 |
| HSL | 149.51º | 0.64% | 0.38% | - |
| HSV(B) | 149.51º | 0.78% | 0.62% | - |
| XYZ | 14.82 | 25.3 | 14.93 | - |
| YUV | 113.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 95 | 0.78 | 0 | 0.39 | 0.38 | 149.51 | 0.64 | 0.38 |
| Hex | 23 | 9D | 5F | 4E | 0 | 27 | 26 | 96 | 40 | 26 |
| Octal | 43 | 235 | 137 | 116 | 0 | 47 | 46 | 226 | 100 | 46 |
| Binary | 100011 | 10011101 | 1011111 | 1001110 | 0 | 100111 | 100110 | 10010110 | 1000000 | 100110 |
Color Harmonies of #239D5F
Complementary color
Monochromatic Colors of #239D5F
Black with #239D5F
Text Example
Text Example
White with #239D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239D5F; }
p { color: rgb(35,157,95); }
H1.HeaderClassName
{
color: #239D5F;
}
.AnyTagClassName
{
color: #239D5F;
}
</style>
background-color css
<style>
a { background-color: #239D5F; }
a { background-color: rgb(35,157,95); }
div.DivClassName
{
background-color: #239D5F;
}
.BgClassName
{
background-color: #239D5F;
}
</style>
border-color css
<style>
span { border-color: #239D5F; }
span { border-color: rgb(35,157,95); }
td.TdClassName
{
border-color: #239D5F;
}
.TagClassName
{
border-color: #239D5F;
}
</style>