Shades of Eucalyptus #239A69
Tints of Eucalyptus #239A69
RGB
CMYK
RGB Variations
Color information
#239A69 (or 0x239A69) is known color: Eucalyptus. HEX triplet: 23, 9A and 69. RGB value is (35,154,105). Sum of RGB (Red+Green+Blue) = 35+154+105=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #239A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A69 is #DC6596. Grayscale: #707070. Windows color (decimal): -14443927 or 6920739. OLE color: 6920739.
HSL color Cylindrical-coordinate representation of color #239A69: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A69 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 105 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.40 |
| HSL | 155.29º | 0.63% | 0.37% | - |
| HSV(B) | 155.29º | 0.77% | 0.6% | - |
| XYZ | 14.8 | 24.49 | 17.31 | - |
| YUV | 112.83 | 123.58 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 105 | 0.77 | 0 | 0.32 | 0.40 | 155.29 | 0.63 | 0.37 |
| Hex | 23 | 9A | 69 | 4D | 0 | 20 | 28 | 9B | 3F | 25 |
| Octal | 43 | 232 | 151 | 115 | 0 | 40 | 50 | 233 | 77 | 45 |
| Binary | 100011 | 10011010 | 1101001 | 1001101 | 0 | 100000 | 101000 | 10011011 | 111111 | 100101 |
Color Harmonies of #239A69
Complementary color
Monochromatic Colors of #239A69
Black with #239A69
Text Example
Text Example
White with #239A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A69; }
p { color: rgb(35,154,105); }
H1.HeaderClassName
{
color: #239A69;
}
.AnyTagClassName
{
color: #239A69;
}
</style>
background-color css
<style>
a { background-color: #239A69; }
a { background-color: rgb(35,154,105); }
div.DivClassName
{
background-color: #239A69;
}
.BgClassName
{
background-color: #239A69;
}
</style>
border-color css
<style>
span { border-color: #239A69; }
span { border-color: rgb(35,154,105); }
td.TdClassName
{
border-color: #239A69;
}
.TagClassName
{
border-color: #239A69;
}
</style>