Shades of Eucalyptus #269E5E
Tints of Eucalyptus #269E5E
RGB
CMYK
RGB Variations
Color information
#269E5E (or 0x269E5E) is known color: Eucalyptus. HEX triplet: 26, 9E and 5E. RGB value is (38,158,94). Sum of RGB (Red+Green+Blue) = 38+158+94=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #269E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E5E is #D961A1. Grayscale: #727272. Windows color (decimal): -14246306 or 6200870. OLE color: 6200870.
HSL color Cylindrical-coordinate representation of color #269E5E: hue angle of 148º 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 #269E5E is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 94 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.38 |
| HSL | 148º | 0.61% | 0.38% | - |
| HSV(B) | 148º | 0.76% | 0.62% | - |
| XYZ | 15.05 | 25.67 | 14.75 | - |
| YUV | 114.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 94 | 0.76 | 0 | 0.41 | 0.38 | 148 | 0.61 | 0.38 |
| Hex | 26 | 9E | 5E | 4C | 0 | 29 | 26 | 94 | 3D | 26 |
| Octal | 46 | 236 | 136 | 114 | 0 | 51 | 46 | 224 | 75 | 46 |
| Binary | 100110 | 10011110 | 1011110 | 1001100 | 0 | 101001 | 100110 | 10010100 | 111101 | 100110 |
Color Harmonies of #269E5E
Complementary color
Monochromatic Colors of #269E5E
Black with #269E5E
Text Example
Text Example
White with #269E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E5E; }
p { color: rgb(38,158,94); }
H1.HeaderClassName
{
color: #269E5E;
}
.AnyTagClassName
{
color: #269E5E;
}
</style>
background-color css
<style>
a { background-color: #269E5E; }
a { background-color: rgb(38,158,94); }
div.DivClassName
{
background-color: #269E5E;
}
.BgClassName
{
background-color: #269E5E;
}
</style>
border-color css
<style>
span { border-color: #269E5E; }
span { border-color: rgb(38,158,94); }
td.TdClassName
{
border-color: #269E5E;
}
.TagClassName
{
border-color: #269E5E;
}
</style>