Shades of Eucalyptus #269F5D
Tints of Eucalyptus #269F5D
RGB
CMYK
RGB Variations
Color information
#269F5D (or 0x269F5D) is known color: Eucalyptus. HEX triplet: 26, 9F and 5D. RGB value is (38,159,93). Sum of RGB (Red+Green+Blue) = 38+159+93=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #269F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F5D is #D960A2. Grayscale: #737373. Windows color (decimal): -14246051 or 6135590. OLE color: 6135590.
HSL color Cylindrical-coordinate representation of color #269F5D: hue angle of 147.27º 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 #269F5D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 159 | 93 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.38 |
| HSL | 147.27º | 0.61% | 0.39% | - |
| HSV(B) | 147.27º | 0.76% | 0.62% | - |
| XYZ | 15.17 | 26 | 14.57 | - |
| YUV | 115.3 | 115.41 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 93 | 0.76 | 0 | 0.42 | 0.38 | 147.27 | 0.61 | 0.39 |
| Hex | 26 | 9F | 5D | 4C | 0 | 2A | 26 | 93 | 3D | 27 |
| Octal | 46 | 237 | 135 | 114 | 0 | 52 | 46 | 223 | 75 | 47 |
| Binary | 100110 | 10011111 | 1011101 | 1001100 | 0 | 101010 | 100110 | 10010011 | 111101 | 100111 |
Color Harmonies of #269F5D
Complementary color
Monochromatic Colors of #269F5D
Black with #269F5D
Text Example
Text Example
White with #269F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269F5D; }
p { color: rgb(38,159,93); }
H1.HeaderClassName
{
color: #269F5D;
}
.AnyTagClassName
{
color: #269F5D;
}
</style>
background-color css
<style>
a { background-color: #269F5D; }
a { background-color: rgb(38,159,93); }
div.DivClassName
{
background-color: #269F5D;
}
.BgClassName
{
background-color: #269F5D;
}
</style>
border-color css
<style>
span { border-color: #269F5D; }
span { border-color: rgb(38,159,93); }
td.TdClassName
{
border-color: #269F5D;
}
.TagClassName
{
border-color: #269F5D;
}
</style>