Shades of Eucalyptus #23A060
Tints of Eucalyptus #23A060
RGB
CMYK
RGB Variations
Color information
#23A060 (or 0x23A060) is known color: Eucalyptus. HEX triplet: 23, A0 and 60. RGB value is (35,160,96). Sum of RGB (Red+Green+Blue) = 35+160+96=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #23A060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A060 is #DC5F9F. Grayscale: #737373. Windows color (decimal): -14442400 or 6332451. OLE color: 6332451.
HSL color Cylindrical-coordinate representation of color #23A060: hue angle of 149.28º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A060 is Cyan = 0.78, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 96 | - |
| CMYK | 0.78 | 0 | 0.4 | 0.37 |
| HSL | 149.28º | 0.64% | 0.38% | - |
| HSV(B) | 149.28º | 0.78% | 0.63% | - |
| XYZ | 15.38 | 26.34 | 15.34 | - |
| YUV | 115.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 96 | 0.78 | 0 | 0.4 | 0.37 | 149.28 | 0.64 | 0.38 |
| Hex | 23 | A0 | 60 | 4E | 0 | 28 | 25 | 95 | 40 | 26 |
| Octal | 43 | 240 | 140 | 116 | 0 | 50 | 45 | 225 | 100 | 46 |
| Binary | 100011 | 10100000 | 1100000 | 1001110 | 0 | 101000 | 100101 | 10010101 | 1000000 | 100110 |
Color Harmonies of #23A060
Complementary color
Monochromatic Colors of #23A060
Black with #23A060
Text Example
Text Example
White with #23A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A060; }
p { color: rgb(35,160,96); }
H1.HeaderClassName
{
color: #23A060;
}
.AnyTagClassName
{
color: #23A060;
}
</style>
background-color css
<style>
a { background-color: #23A060; }
a { background-color: rgb(35,160,96); }
div.DivClassName
{
background-color: #23A060;
}
.BgClassName
{
background-color: #23A060;
}
</style>
border-color css
<style>
span { border-color: #23A060; }
span { border-color: rgb(35,160,96); }
td.TdClassName
{
border-color: #23A060;
}
.TagClassName
{
border-color: #23A060;
}
</style>