Shades of Eucalyptus #269F5E
Tints of Eucalyptus #269F5E
RGB
CMYK
RGB Variations
Color information
#269F5E (or 0x269F5E) is known color: Eucalyptus. HEX triplet: 26, 9F and 5E. RGB value is (38,159,94). Sum of RGB (Red+Green+Blue) = 38+159+94=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #269F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F5E is #D960A1. Grayscale: #737373. Windows color (decimal): -14246050 or 6201126. OLE color: 6201126.
HSL color Cylindrical-coordinate representation of color #269F5E: hue angle of 147.77º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F5E is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 94 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.38 |
| HSL | 147.77º | 0.61% | 0.39% | - |
| HSV(B) | 147.77º | 0.76% | 0.62% | - |
| XYZ | 15.22 | 26.02 | 14.81 | - |
| YUV | 115.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 94 | 0.76 | 0 | 0.41 | 0.38 | 147.77 | 0.61 | 0.39 |
| Hex | 26 | 9F | 5E | 4C | 0 | 29 | 26 | 94 | 3D | 27 |
| Octal | 46 | 237 | 136 | 114 | 0 | 51 | 46 | 224 | 75 | 47 |
| Binary | 100110 | 10011111 | 1011110 | 1001100 | 0 | 101001 | 100110 | 10010100 | 111101 | 100111 |
Color Harmonies of #269F5E
Complementary color
Monochromatic Colors of #269F5E
Black with #269F5E
Text Example
Text Example
White with #269F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F5E; }
p { color: rgb(38,159,94); }
H1.HeaderClassName
{
color: #269F5E;
}
.AnyTagClassName
{
color: #269F5E;
}
</style>
background-color css
<style>
a { background-color: #269F5E; }
a { background-color: rgb(38,159,94); }
div.DivClassName
{
background-color: #269F5E;
}
.BgClassName
{
background-color: #269F5E;
}
</style>
border-color css
<style>
span { border-color: #269F5E; }
span { border-color: rgb(38,159,94); }
td.TdClassName
{
border-color: #269F5E;
}
.TagClassName
{
border-color: #269F5E;
}
</style>