Shades of Eucalyptus #2B9D52
Tints of Eucalyptus #2B9D52
RGB
CMYK
RGB Variations
Color information
#2B9D52 (or 0x2B9D52) is known color: Eucalyptus. HEX triplet: 2B, 9D and 52. RGB value is (43,157,82). Sum of RGB (Red+Green+Blue) = 43+157+82=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 157 (61.72% from 255 or 55.67% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D52 is #D462AD. Grayscale: #727272. Windows color (decimal): -13918894 or 5414187. OLE color: 5414187.
HSL color Cylindrical-coordinate representation of color #2B9D52: hue angle of 140.53º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D52 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 82 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.38 |
| HSL | 140.53º | 0.57% | 0.39% | - |
| HSV(B) | 140.53º | 0.73% | 0.62% | - |
| XYZ | 14.58 | 25.24 | 12.09 | - |
| YUV | 114.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 82 | 0.73 | 0 | 0.48 | 0.38 | 140.53 | 0.57 | 0.39 |
| Hex | 2B | 9D | 52 | 49 | 0 | 30 | 26 | 8D | 39 | 27 |
| Octal | 53 | 235 | 122 | 111 | 0 | 60 | 46 | 215 | 71 | 47 |
| Binary | 101011 | 10011101 | 1010010 | 1001001 | 0 | 110000 | 100110 | 10001101 | 111001 | 100111 |
Color Harmonies of #2B9D52
Complementary color
Monochromatic Colors of #2B9D52
Black with #2B9D52
Text Example
Text Example
White with #2B9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D52; }
p { color: rgb(43,157,82); }
H1.HeaderClassName
{
color: #2B9D52;
}
.AnyTagClassName
{
color: #2B9D52;
}
</style>
background-color css
<style>
a { background-color: #2B9D52; }
a { background-color: rgb(43,157,82); }
div.DivClassName
{
background-color: #2B9D52;
}
.BgClassName
{
background-color: #2B9D52;
}
</style>
border-color css
<style>
span { border-color: #2B9D52; }
span { border-color: rgb(43,157,82); }
td.TdClassName
{
border-color: #2B9D52;
}
.TagClassName
{
border-color: #2B9D52;
}
</style>