Shades of Eucalyptus #269E65
Tints of Eucalyptus #269E65
RGB
CMYK
RGB Variations
Color information
#269E65 (or 0x269E65) is known color: Eucalyptus. HEX triplet: 26, 9E and 65. RGB value is (38,158,101). Sum of RGB (Red+Green+Blue) = 38+158+101=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #269E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E65 is #D9619A. Grayscale: #737373. Windows color (decimal): -14246299 or 6659622. OLE color: 6659622.
HSL color Cylindrical-coordinate representation of color #269E65: hue angle of 151.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 #269E65 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 101 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.38 |
| HSL | 151.5º | 0.61% | 0.38% | - |
| HSV(B) | 151.5º | 0.76% | 0.62% | - |
| XYZ | 15.38 | 25.81 | 16.48 | - |
| YUV | 115.62 | 119.74 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 101 | 0.76 | 0 | 0.36 | 0.38 | 151.5 | 0.61 | 0.38 |
| Hex | 26 | 9E | 65 | 4C | 0 | 24 | 26 | 98 | 3D | 26 |
| Octal | 46 | 236 | 145 | 114 | 0 | 44 | 46 | 230 | 75 | 46 |
| Binary | 100110 | 10011110 | 1100101 | 1001100 | 0 | 100100 | 100110 | 10011000 | 111101 | 100110 |
Color Harmonies of #269E65
Complementary color
Monochromatic Colors of #269E65
Black with #269E65
Text Example
Text Example
White with #269E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E65; }
p { color: rgb(38,158,101); }
H1.HeaderClassName
{
color: #269E65;
}
.AnyTagClassName
{
color: #269E65;
}
</style>
background-color css
<style>
a { background-color: #269E65; }
a { background-color: rgb(38,158,101); }
div.DivClassName
{
background-color: #269E65;
}
.BgClassName
{
background-color: #269E65;
}
</style>
border-color css
<style>
span { border-color: #269E65; }
span { border-color: rgb(38,158,101); }
td.TdClassName
{
border-color: #269E65;
}
.TagClassName
{
border-color: #269E65;
}
</style>