Shades of Eucalyptus #2B9D5B
Tints of Eucalyptus #2B9D5B
RGB
CMYK
RGB Variations
Color information
#2B9D5B (or 0x2B9D5B) is known color: Eucalyptus. HEX triplet: 2B, 9D and 5B. RGB value is (43,157,91). Sum of RGB (Red+Green+Blue) = 43+157+91=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D5B is #D462A4. Grayscale: #737373. Windows color (decimal): -13918885 or 6004011. OLE color: 6004011.
HSL color Cylindrical-coordinate representation of color #2B9D5B: hue angle of 145.26º 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 #2B9D5B is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 91 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.38 |
| HSL | 145.26º | 0.57% | 0.39% | - |
| HSV(B) | 145.26º | 0.73% | 0.62% | - |
| XYZ | 14.94 | 25.38 | 14.01 | - |
| YUV | 115.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 91 | 0.73 | 0 | 0.42 | 0.38 | 145.26 | 0.57 | 0.39 |
| Hex | 2B | 9D | 5B | 49 | 0 | 2A | 26 | 91 | 39 | 27 |
| Octal | 53 | 235 | 133 | 111 | 0 | 52 | 46 | 221 | 71 | 47 |
| Binary | 101011 | 10011101 | 1011011 | 1001001 | 0 | 101010 | 100110 | 10010001 | 111001 | 100111 |
Color Harmonies of #2B9D5B
Complementary color
Monochromatic Colors of #2B9D5B
Black with #2B9D5B
Text Example
Text Example
White with #2B9D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D5B; }
p { color: rgb(43,157,91); }
H1.HeaderClassName
{
color: #2B9D5B;
}
.AnyTagClassName
{
color: #2B9D5B;
}
</style>
background-color css
<style>
a { background-color: #2B9D5B; }
a { background-color: rgb(43,157,91); }
div.DivClassName
{
background-color: #2B9D5B;
}
.BgClassName
{
background-color: #2B9D5B;
}
</style>
border-color css
<style>
span { border-color: #2B9D5B; }
span { border-color: rgb(43,157,91); }
td.TdClassName
{
border-color: #2B9D5B;
}
.TagClassName
{
border-color: #2B9D5B;
}
</style>