Shades of Eucalyptus #269D64
Tints of Eucalyptus #269D64
RGB
CMYK
RGB Variations
Color information
#269D64 (or 0x269D64) is known color: Eucalyptus. HEX triplet: 26, 9D and 64. RGB value is (38,157,100). Sum of RGB (Red+Green+Blue) = 38+157+100=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #269D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D64 is #D9629B. Grayscale: #737373. Windows color (decimal): -14246556 or 6593830. OLE color: 6593830.
HSL color Cylindrical-coordinate representation of color #269D64: hue angle of 151.26º 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 #269D64 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 157 | 100 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.38 |
| HSL | 151.26º | 0.61% | 0.38% | - |
| HSV(B) | 151.26º | 0.76% | 0.62% | - |
| XYZ | 15.16 | 25.45 | 16.17 | - |
| YUV | 114.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 100 | 0.76 | 0 | 0.36 | 0.38 | 151.26 | 0.61 | 0.38 |
| Hex | 26 | 9D | 64 | 4C | 0 | 24 | 26 | 97 | 3D | 26 |
| Octal | 46 | 235 | 144 | 114 | 0 | 44 | 46 | 227 | 75 | 46 |
| Binary | 100110 | 10011101 | 1100100 | 1001100 | 0 | 100100 | 100110 | 10010111 | 111101 | 100110 |
Color Harmonies of #269D64
Complementary color
Monochromatic Colors of #269D64
Black with #269D64
Text Example
Text Example
White with #269D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269D64; }
p { color: rgb(38,157,100); }
H1.HeaderClassName
{
color: #269D64;
}
.AnyTagClassName
{
color: #269D64;
}
</style>
background-color css
<style>
a { background-color: #269D64; }
a { background-color: rgb(38,157,100); }
div.DivClassName
{
background-color: #269D64;
}
.BgClassName
{
background-color: #269D64;
}
</style>
border-color css
<style>
span { border-color: #269D64; }
span { border-color: rgb(38,157,100); }
td.TdClassName
{
border-color: #269D64;
}
.TagClassName
{
border-color: #269D64;
}
</style>