Shades of Eucalyptus #26955F
Tints of Eucalyptus #26955F
RGB
CMYK
RGB Variations
Color information
#26955F (or 0x26955F) is known color: Eucalyptus. HEX triplet: 26, 95 and 5F. RGB value is (38,149,95). Sum of RGB (Red+Green+Blue) = 38+149+95=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #26955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26955F is #D96AA0. Grayscale: #6D6D6D. Windows color (decimal): -14248609 or 6264102. OLE color: 6264102.
HSL color Cylindrical-coordinate representation of color #26955F: hue angle of 150.81º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26955F is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 95 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.42 |
| HSL | 150.81º | 0.59% | 0.37% | - |
| HSV(B) | 150.81º | 0.74% | 0.58% | - |
| XYZ | 13.61 | 22.73 | 14.5 | - |
| YUV | 109.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 95 | 0.74 | 0 | 0.36 | 0.42 | 150.81 | 0.59 | 0.37 |
| Hex | 26 | 95 | 5F | 4A | 0 | 24 | 2A | 97 | 3B | 25 |
| Octal | 46 | 225 | 137 | 112 | 0 | 44 | 52 | 227 | 73 | 45 |
| Binary | 100110 | 10010101 | 1011111 | 1001010 | 0 | 100100 | 101010 | 10010111 | 111011 | 100101 |
Color Harmonies of #26955F
Complementary color
Monochromatic Colors of #26955F
Black with #26955F
Text Example
Text Example
White with #26955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26955F; }
p { color: rgb(38,149,95); }
H1.HeaderClassName
{
color: #26955F;
}
.AnyTagClassName
{
color: #26955F;
}
</style>
background-color css
<style>
a { background-color: #26955F; }
a { background-color: rgb(38,149,95); }
div.DivClassName
{
background-color: #26955F;
}
.BgClassName
{
background-color: #26955F;
}
</style>
border-color css
<style>
span { border-color: #26955F; }
span { border-color: rgb(38,149,95); }
td.TdClassName
{
border-color: #26955F;
}
.TagClassName
{
border-color: #26955F;
}
</style>