Shades of Eucalyptus #26A852
Tints of Eucalyptus #26A852
RGB
CMYK
RGB Variations
Color information
#26A852 (or 0x26A852) is known color: Eucalyptus. HEX triplet: 26, A8 and 52. RGB value is (38,168,82). Sum of RGB (Red+Green+Blue) = 38+168+82=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #26A852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A852 is #D957AD. Grayscale: #777777. Windows color (decimal): -14243758 or 5416998. OLE color: 5416998.
HSL color Cylindrical-coordinate representation of color #26A852: hue angle of 140.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A852 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 168 | 82 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.34 |
| HSL | 140.31º | 0.63% | 0.4% | - |
| HSV(B) | 140.31º | 0.77% | 0.66% | - |
| XYZ | 16.32 | 29.03 | 12.72 | - |
| YUV | 119.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 168 | 82 | 0.77 | 0 | 0.51 | 0.34 | 140.31 | 0.63 | 0.4 |
| Hex | 26 | A8 | 52 | 4D | 0 | 33 | 22 | 8C | 3F | 28 |
| Octal | 46 | 250 | 122 | 115 | 0 | 63 | 42 | 214 | 77 | 50 |
| Binary | 100110 | 10101000 | 1010010 | 1001101 | 0 | 110011 | 100010 | 10001100 | 111111 | 101000 |
Color Harmonies of #26A852
Complementary color
Monochromatic Colors of #26A852
Black with #26A852
Text Example
Text Example
White with #26A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A852; }
p { color: rgb(38,168,82); }
H1.HeaderClassName
{
color: #26A852;
}
.AnyTagClassName
{
color: #26A852;
}
</style>
background-color css
<style>
a { background-color: #26A852; }
a { background-color: rgb(38,168,82); }
div.DivClassName
{
background-color: #26A852;
}
.BgClassName
{
background-color: #26A852;
}
</style>
border-color css
<style>
span { border-color: #26A852; }
span { border-color: rgb(38,168,82); }
td.TdClassName
{
border-color: #26A852;
}
.TagClassName
{
border-color: #26A852;
}
</style>