Shades of Eucalyptus #26B256
Tints of Eucalyptus #26B256
RGB
CMYK
RGB Variations
Color information
#26B256 (or 0x26B256) is known color: Eucalyptus. HEX triplet: 26, B2 and 56. RGB value is (38,178,86). Sum of RGB (Red+Green+Blue) = 38+178+86=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #26B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26B256 is #D94DA9. Grayscale: #7D7D7D. Windows color (decimal): -14241194 or 5681702. OLE color: 5681702.
HSL color Cylindrical-coordinate representation of color #26B256: hue angle of 140.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B256 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 178 | 86 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.30 |
| HSL | 140.57º | 0.65% | 0.42% | - |
| HSV(B) | 140.57º | 0.79% | 0.7% | - |
| XYZ | 18.4 | 32.92 | 14.19 | - |
| YUV | 125.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 178 | 86 | 0.79 | 0 | 0.52 | 0.30 | 140.57 | 0.65 | 0.42 |
| Hex | 26 | B2 | 56 | 4F | 0 | 34 | 1E | 8D | 41 | 2A |
| Octal | 46 | 262 | 126 | 117 | 0 | 64 | 36 | 215 | 101 | 52 |
| Binary | 100110 | 10110010 | 1010110 | 1001111 | 0 | 110100 | 11110 | 10001101 | 1000001 | 101010 |
Color Harmonies of #26B256
Complementary color
Monochromatic Colors of #26B256
Black with #26B256
Text Example
Text Example
White with #26B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B256; }
p { color: rgb(38,178,86); }
H1.HeaderClassName
{
color: #26B256;
}
.AnyTagClassName
{
color: #26B256;
}
</style>
background-color css
<style>
a { background-color: #26B256; }
a { background-color: rgb(38,178,86); }
div.DivClassName
{
background-color: #26B256;
}
.BgClassName
{
background-color: #26B256;
}
</style>
border-color css
<style>
span { border-color: #26B256; }
span { border-color: rgb(38,178,86); }
td.TdClassName
{
border-color: #26B256;
}
.TagClassName
{
border-color: #26B256;
}
</style>