Shades of Eucalyptus #239C5E
Tints of Eucalyptus #239C5E
RGB
CMYK
RGB Variations
Color information
#239C5E (or 0x239C5E) is known color: Eucalyptus. HEX triplet: 23, 9C and 5E. RGB value is (35,156,94). Sum of RGB (Red+Green+Blue) = 35+156+94=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #239C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239C5E is #DC63A1. Grayscale: #707070. Windows color (decimal): -14443426 or 6200355. OLE color: 6200355.
HSL color Cylindrical-coordinate representation of color #239C5E: hue angle of 149.26º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239C5E is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 94 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.39 |
| HSL | 149.26º | 0.63% | 0.37% | - |
| HSV(B) | 149.26º | 0.78% | 0.61% | - |
| XYZ | 14.6 | 24.94 | 14.63 | - |
| YUV | 112.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 94 | 0.78 | 0 | 0.40 | 0.39 | 149.26 | 0.63 | 0.37 |
| Hex | 23 | 9C | 5E | 4E | 0 | 28 | 27 | 95 | 3F | 25 |
| Octal | 43 | 234 | 136 | 116 | 0 | 50 | 47 | 225 | 77 | 45 |
| Binary | 100011 | 10011100 | 1011110 | 1001110 | 0 | 101000 | 100111 | 10010101 | 111111 | 100101 |
Color Harmonies of #239C5E
Complementary color
Monochromatic Colors of #239C5E
Black with #239C5E
Text Example
Text Example
White with #239C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C5E; }
p { color: rgb(35,156,94); }
H1.HeaderClassName
{
color: #239C5E;
}
.AnyTagClassName
{
color: #239C5E;
}
</style>
background-color css
<style>
a { background-color: #239C5E; }
a { background-color: rgb(35,156,94); }
div.DivClassName
{
background-color: #239C5E;
}
.BgClassName
{
background-color: #239C5E;
}
</style>
border-color css
<style>
span { border-color: #239C5E; }
span { border-color: rgb(35,156,94); }
td.TdClassName
{
border-color: #239C5E;
}
.TagClassName
{
border-color: #239C5E;
}
</style>