Shades of Eucalyptus #239F5C
Tints of Eucalyptus #239F5C
RGB
CMYK
RGB Variations
Color information
#239F5C (or 0x239F5C) is known color: Eucalyptus. HEX triplet: 23, 9F and 5C. RGB value is (35,159,92). Sum of RGB (Red+Green+Blue) = 35+159+92=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #239F5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239F5C is #DC60A3. Grayscale: #727272. Windows color (decimal): -14442660 or 6070051. OLE color: 6070051.
HSL color Cylindrical-coordinate representation of color #239F5C: hue angle of 147.58º 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 #239F5C is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 92 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.38 |
| HSL | 147.58º | 0.64% | 0.38% | - |
| HSV(B) | 147.58º | 0.78% | 0.62% | - |
| XYZ | 15.02 | 25.93 | 14.34 | - |
| YUV | 114.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 92 | 0.78 | 0 | 0.42 | 0.38 | 147.58 | 0.64 | 0.38 |
| Hex | 23 | 9F | 5C | 4E | 0 | 2A | 26 | 94 | 40 | 26 |
| Octal | 43 | 237 | 134 | 116 | 0 | 52 | 46 | 224 | 100 | 46 |
| Binary | 100011 | 10011111 | 1011100 | 1001110 | 0 | 101010 | 100110 | 10010100 | 1000000 | 100110 |
Color Harmonies of #239F5C
Complementary color
Monochromatic Colors of #239F5C
Black with #239F5C
Text Example
Text Example
White with #239F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F5C; }
p { color: rgb(35,159,92); }
H1.HeaderClassName
{
color: #239F5C;
}
.AnyTagClassName
{
color: #239F5C;
}
</style>
background-color css
<style>
a { background-color: #239F5C; }
a { background-color: rgb(35,159,92); }
div.DivClassName
{
background-color: #239F5C;
}
.BgClassName
{
background-color: #239F5C;
}
</style>
border-color css
<style>
span { border-color: #239F5C; }
span { border-color: rgb(35,159,92); }
td.TdClassName
{
border-color: #239F5C;
}
.TagClassName
{
border-color: #239F5C;
}
</style>