Shades of Eucalyptus #26A26B
Tints of Eucalyptus #26A26B
RGB
CMYK
RGB Variations
Color information
#26A26B (or 0x26A26B) is known color: Eucalyptus. HEX triplet: 26, A2 and 6B. RGB value is (38,162,107). Sum of RGB (Red+Green+Blue) = 38+162+107=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #26A26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A26B is #D95D94. Grayscale: #767676. Windows color (decimal): -14245269 or 7053862. OLE color: 7053862.
HSL color Cylindrical-coordinate representation of color #26A26B: hue angle of 153.39º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A26B is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 162 | 107 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.36 |
| HSL | 153.39º | 0.62% | 0.39% | - |
| HSV(B) | 153.39º | 0.77% | 0.64% | - |
| XYZ | 16.37 | 27.31 | 18.32 | - |
| YUV | 118.65 | 121.42 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 162 | 107 | 0.77 | 0 | 0.34 | 0.36 | 153.39 | 0.62 | 0.39 |
| Hex | 26 | A2 | 6B | 4D | 0 | 22 | 24 | 99 | 3E | 27 |
| Octal | 46 | 242 | 153 | 115 | 0 | 42 | 44 | 231 | 76 | 47 |
| Binary | 100110 | 10100010 | 1101011 | 1001101 | 0 | 100010 | 100100 | 10011001 | 111110 | 100111 |
Color Harmonies of #26A26B
Complementary color
Monochromatic Colors of #26A26B
Black with #26A26B
Text Example
Text Example
White with #26A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A26B; }
p { color: rgb(38,162,107); }
H1.HeaderClassName
{
color: #26A26B;
}
.AnyTagClassName
{
color: #26A26B;
}
</style>
background-color css
<style>
a { background-color: #26A26B; }
a { background-color: rgb(38,162,107); }
div.DivClassName
{
background-color: #26A26B;
}
.BgClassName
{
background-color: #26A26B;
}
</style>
border-color css
<style>
span { border-color: #26A26B; }
span { border-color: rgb(38,162,107); }
td.TdClassName
{
border-color: #26A26B;
}
.TagClassName
{
border-color: #26A26B;
}
</style>