Shades of Eucalyptus #269D59
Tints of Eucalyptus #269D59
RGB
CMYK
RGB Variations
Color information
#269D59 (or 0x269D59) is known color: Eucalyptus. HEX triplet: 26, 9D and 59. RGB value is (38,157,89). Sum of RGB (Red+Green+Blue) = 38+157+89=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #269D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D59 is #D962A6. Grayscale: #717171. Windows color (decimal): -14246567 or 5872934. OLE color: 5872934.
HSL color Cylindrical-coordinate representation of color #269D59: hue angle of 145.71º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D59 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 89 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.38 |
| HSL | 145.71º | 0.61% | 0.38% | - |
| HSV(B) | 145.71º | 0.76% | 0.62% | - |
| XYZ | 14.66 | 25.25 | 13.55 | - |
| YUV | 113.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 89 | 0.76 | 0 | 0.43 | 0.38 | 145.71 | 0.61 | 0.38 |
| Hex | 26 | 9D | 59 | 4C | 0 | 2B | 26 | 92 | 3D | 26 |
| Octal | 46 | 235 | 131 | 114 | 0 | 53 | 46 | 222 | 75 | 46 |
| Binary | 100110 | 10011101 | 1011001 | 1001100 | 0 | 101011 | 100110 | 10010010 | 111101 | 100110 |
Color Harmonies of #269D59
Complementary color
Monochromatic Colors of #269D59
Black with #269D59
Text Example
Text Example
White with #269D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D59; }
p { color: rgb(38,157,89); }
H1.HeaderClassName
{
color: #269D59;
}
.AnyTagClassName
{
color: #269D59;
}
</style>
background-color css
<style>
a { background-color: #269D59; }
a { background-color: rgb(38,157,89); }
div.DivClassName
{
background-color: #269D59;
}
.BgClassName
{
background-color: #269D59;
}
</style>
border-color css
<style>
span { border-color: #269D59; }
span { border-color: rgb(38,157,89); }
td.TdClassName
{
border-color: #269D59;
}
.TagClassName
{
border-color: #269D59;
}
</style>