Shades of Eucalyptus #2DA26B
Tints of Eucalyptus #2DA26B
RGB
CMYK
RGB Variations
Color information
#2DA26B (or 0x2DA26B) is known color: Eucalyptus. HEX triplet: 2D, A2 and 6B. RGB value is (45,162,107). Sum of RGB (Red+Green+Blue) = 45+162+107=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA26B is #D25D94. Grayscale: #787878. Windows color (decimal): -13786517 or 7053869. OLE color: 7053869.
HSL color Cylindrical-coordinate representation of color #2DA26B: hue angle of 151.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA26B is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 107 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.36 |
| HSL | 151.79º | 0.57% | 0.41% | - |
| HSV(B) | 151.79º | 0.72% | 0.64% | - |
| XYZ | 16.66 | 27.46 | 18.33 | - |
| YUV | 120.75 | 120.24 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 107 | 0.72 | 0 | 0.34 | 0.36 | 151.79 | 0.57 | 0.41 |
| Hex | 2D | A2 | 6B | 48 | 0 | 22 | 24 | 98 | 39 | 29 |
| Octal | 55 | 242 | 153 | 110 | 0 | 42 | 44 | 230 | 71 | 51 |
| Binary | 101101 | 10100010 | 1101011 | 1001000 | 0 | 100010 | 100100 | 10011000 | 111001 | 101001 |
Color Harmonies of #2DA26B
Complementary color
Monochromatic Colors of #2DA26B
Black with #2DA26B
Text Example
Text Example
White with #2DA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA26B; }
p { color: rgb(45,162,107); }
H1.HeaderClassName
{
color: #2DA26B;
}
.AnyTagClassName
{
color: #2DA26B;
}
</style>
background-color css
<style>
a { background-color: #2DA26B; }
a { background-color: rgb(45,162,107); }
div.DivClassName
{
background-color: #2DA26B;
}
.BgClassName
{
background-color: #2DA26B;
}
</style>
border-color css
<style>
span { border-color: #2DA26B; }
span { border-color: rgb(45,162,107); }
td.TdClassName
{
border-color: #2DA26B;
}
.TagClassName
{
border-color: #2DA26B;
}
</style>