Shades of Eucalyptus #26995F
Tints of Eucalyptus #26995F
RGB
CMYK
RGB Variations
Color information
#26995F (or 0x26995F) is known color: Eucalyptus. HEX triplet: 26, 99 and 5F. RGB value is (38,153,95). Sum of RGB (Red+Green+Blue) = 38+153+95=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #26995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26995F is #D966A0. Grayscale: #707070. Windows color (decimal): -14247585 or 6265126. OLE color: 6265126.
HSL color Cylindrical-coordinate representation of color #26995F: hue angle of 149.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26995F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 95 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.4 |
| HSL | 149.74º | 0.6% | 0.37% | - |
| HSV(B) | 149.74º | 0.75% | 0.6% | - |
| XYZ | 14.26 | 24.02 | 14.71 | - |
| YUV | 112 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 95 | 0.75 | 0 | 0.38 | 0.4 | 149.74 | 0.6 | 0.37 |
| Hex | 26 | 99 | 5F | 4B | 0 | 26 | 28 | 96 | 3C | 25 |
| Octal | 46 | 231 | 137 | 113 | 0 | 46 | 50 | 226 | 74 | 45 |
| Binary | 100110 | 10011001 | 1011111 | 1001011 | 0 | 100110 | 101000 | 10010110 | 111100 | 100101 |
Color Harmonies of #26995F
Complementary color
Monochromatic Colors of #26995F
Black with #26995F
Text Example
Text Example
White with #26995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26995F; }
p { color: rgb(38,153,95); }
H1.HeaderClassName
{
color: #26995F;
}
.AnyTagClassName
{
color: #26995F;
}
</style>
background-color css
<style>
a { background-color: #26995F; }
a { background-color: rgb(38,153,95); }
div.DivClassName
{
background-color: #26995F;
}
.BgClassName
{
background-color: #26995F;
}
</style>
border-color css
<style>
span { border-color: #26995F; }
span { border-color: rgb(38,153,95); }
td.TdClassName
{
border-color: #26995F;
}
.TagClassName
{
border-color: #26995F;
}
</style>