Shades of Eucalyptus #269B55
Tints of Eucalyptus #269B55
RGB
CMYK
RGB Variations
Color information
#269B55 (or 0x269B55) is known color: Eucalyptus. HEX triplet: 26, 9B and 55. RGB value is (38,155,85). Sum of RGB (Red+Green+Blue) = 38+155+85=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #269B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B55 is #D964AA. Grayscale: #707070. Windows color (decimal): -14247083 or 5610278. OLE color: 5610278.
HSL color Cylindrical-coordinate representation of color #269B55: hue angle of 144.1º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B55 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 85 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.39 |
| HSL | 144.1º | 0.61% | 0.38% | - |
| HSV(B) | 144.1º | 0.75% | 0.61% | - |
| XYZ | 14.16 | 24.51 | 12.58 | - |
| YUV | 112.04 | 112.74 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 85 | 0.75 | 0 | 0.45 | 0.39 | 144.1 | 0.61 | 0.38 |
| Hex | 26 | 9B | 55 | 4B | 0 | 2D | 27 | 90 | 3D | 26 |
| Octal | 46 | 233 | 125 | 113 | 0 | 55 | 47 | 220 | 75 | 46 |
| Binary | 100110 | 10011011 | 1010101 | 1001011 | 0 | 101101 | 100111 | 10010000 | 111101 | 100110 |
Color Harmonies of #269B55
Complementary color
Monochromatic Colors of #269B55
Black with #269B55
Text Example
Text Example
White with #269B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B55; }
p { color: rgb(38,155,85); }
H1.HeaderClassName
{
color: #269B55;
}
.AnyTagClassName
{
color: #269B55;
}
</style>
background-color css
<style>
a { background-color: #269B55; }
a { background-color: rgb(38,155,85); }
div.DivClassName
{
background-color: #269B55;
}
.BgClassName
{
background-color: #269B55;
}
</style>
border-color css
<style>
span { border-color: #269B55; }
span { border-color: rgb(38,155,85); }
td.TdClassName
{
border-color: #269B55;
}
.TagClassName
{
border-color: #269B55;
}
</style>