Shades of Eucalyptus #269E5D
Tints of Eucalyptus #269E5D
RGB
CMYK
RGB Variations
Color information
#269E5D (or 0x269E5D) is known color: Eucalyptus. HEX triplet: 26, 9E and 5D. RGB value is (38,158,93). Sum of RGB (Red+Green+Blue) = 38+158+93=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #269E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E5D is #D961A2. Grayscale: #727272. Windows color (decimal): -14246307 or 6135334. OLE color: 6135334.
HSL color Cylindrical-coordinate representation of color #269E5D: hue angle of 147.5º 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 #269E5D is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 93 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.38 |
| HSL | 147.5º | 0.61% | 0.38% | - |
| HSV(B) | 147.5º | 0.76% | 0.62% | - |
| XYZ | 15 | 25.66 | 14.52 | - |
| YUV | 114.71 | 115.74 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 93 | 0.76 | 0 | 0.41 | 0.38 | 147.5 | 0.61 | 0.38 |
| Hex | 26 | 9E | 5D | 4C | 0 | 29 | 26 | 94 | 3D | 26 |
| Octal | 46 | 236 | 135 | 114 | 0 | 51 | 46 | 224 | 75 | 46 |
| Binary | 100110 | 10011110 | 1011101 | 1001100 | 0 | 101001 | 100110 | 10010100 | 111101 | 100110 |
Color Harmonies of #269E5D
Complementary color
Monochromatic Colors of #269E5D
Black with #269E5D
Text Example
Text Example
White with #269E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E5D; }
p { color: rgb(38,158,93); }
H1.HeaderClassName
{
color: #269E5D;
}
.AnyTagClassName
{
color: #269E5D;
}
</style>
background-color css
<style>
a { background-color: #269E5D; }
a { background-color: rgb(38,158,93); }
div.DivClassName
{
background-color: #269E5D;
}
.BgClassName
{
background-color: #269E5D;
}
</style>
border-color css
<style>
span { border-color: #269E5D; }
span { border-color: rgb(38,158,93); }
td.TdClassName
{
border-color: #269E5D;
}
.TagClassName
{
border-color: #269E5D;
}
</style>