Shades of Eucalyptus #26A15E
Tints of Eucalyptus #26A15E
RGB
CMYK
RGB Variations
Color information
#26A15E (or 0x26A15E) is known color: Eucalyptus. HEX triplet: 26, A1 and 5E. RGB value is (38,161,94). Sum of RGB (Red+Green+Blue) = 38+161+94=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #26A15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A15E is #D95EA1. Grayscale: #747474. Windows color (decimal): -14245538 or 6201638. OLE color: 6201638.
HSL color Cylindrical-coordinate representation of color #26A15E: hue angle of 147.32º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A15E is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 161 | 94 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.37 |
| HSL | 147.32º | 0.62% | 0.39% | - |
| HSV(B) | 147.32º | 0.76% | 0.63% | - |
| XYZ | 15.56 | 26.71 | 14.92 | - |
| YUV | 116.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 161 | 94 | 0.76 | 0 | 0.42 | 0.37 | 147.32 | 0.62 | 0.39 |
| Hex | 26 | A1 | 5E | 4C | 0 | 2A | 25 | 93 | 3E | 27 |
| Octal | 46 | 241 | 136 | 114 | 0 | 52 | 45 | 223 | 76 | 47 |
| Binary | 100110 | 10100001 | 1011110 | 1001100 | 0 | 101010 | 100101 | 10010011 | 111110 | 100111 |
Color Harmonies of #26A15E
Complementary color
Monochromatic Colors of #26A15E
Black with #26A15E
Text Example
Text Example
White with #26A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A15E; }
p { color: rgb(38,161,94); }
H1.HeaderClassName
{
color: #26A15E;
}
.AnyTagClassName
{
color: #26A15E;
}
</style>
background-color css
<style>
a { background-color: #26A15E; }
a { background-color: rgb(38,161,94); }
div.DivClassName
{
background-color: #26A15E;
}
.BgClassName
{
background-color: #26A15E;
}
</style>
border-color css
<style>
span { border-color: #26A15E; }
span { border-color: rgb(38,161,94); }
td.TdClassName
{
border-color: #26A15E;
}
.TagClassName
{
border-color: #26A15E;
}
</style>