Shades of Eucalyptus #239F50
Tints of Eucalyptus #239F50
RGB
CMYK
RGB Variations
Color information
#239F50 (or 0x239F50) is known color: Eucalyptus. HEX triplet: 23, 9F and 50. RGB value is (35,159,80). Sum of RGB (Red+Green+Blue) = 35+159+80=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #239F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239F50 is #DC60AF. Grayscale: #717171. Windows color (decimal): -14442672 or 5283619. OLE color: 5283619.
HSL color Cylindrical-coordinate representation of color #239F50: hue angle of 141.77º 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 #239F50 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 80 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.38 |
| HSL | 141.77º | 0.64% | 0.38% | - |
| HSV(B) | 141.77º | 0.78% | 0.62% | - |
| XYZ | 14.54 | 25.73 | 11.79 | - |
| YUV | 112.92 | 109.42 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 80 | 0.78 | 0 | 0.50 | 0.38 | 141.77 | 0.64 | 0.38 |
| Hex | 23 | 9F | 50 | 4E | 0 | 32 | 26 | 8E | 40 | 26 |
| Octal | 43 | 237 | 120 | 116 | 0 | 62 | 46 | 216 | 100 | 46 |
| Binary | 100011 | 10011111 | 1010000 | 1001110 | 0 | 110010 | 100110 | 10001110 | 1000000 | 100110 |
Color Harmonies of #239F50
Complementary color
Monochromatic Colors of #239F50
Black with #239F50
Text Example
Text Example
White with #239F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F50; }
p { color: rgb(35,159,80); }
H1.HeaderClassName
{
color: #239F50;
}
.AnyTagClassName
{
color: #239F50;
}
</style>
background-color css
<style>
a { background-color: #239F50; }
a { background-color: rgb(35,159,80); }
div.DivClassName
{
background-color: #239F50;
}
.BgClassName
{
background-color: #239F50;
}
</style>
border-color css
<style>
span { border-color: #239F50; }
span { border-color: rgb(35,159,80); }
td.TdClassName
{
border-color: #239F50;
}
.TagClassName
{
border-color: #239F50;
}
</style>