Shades of Eucalyptus #2B9C5A
Tints of Eucalyptus #2B9C5A
RGB
CMYK
RGB Variations
Color information
#2B9C5A (or 0x2B9C5A) is known color: Eucalyptus. HEX triplet: 2B, 9C and 5A. RGB value is (43,156,90). Sum of RGB (Red+Green+Blue) = 43+156+90=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C5A is #D463A5. Grayscale: #727272. Windows color (decimal): -13919142 or 5938219. OLE color: 5938219.
HSL color Cylindrical-coordinate representation of color #2B9C5A: hue angle of 144.96º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C5A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 90 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.39 |
| HSL | 144.96º | 0.57% | 0.39% | - |
| HSV(B) | 144.96º | 0.72% | 0.61% | - |
| XYZ | 14.73 | 25.03 | 13.73 | - |
| YUV | 114.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 90 | 0.72 | 0 | 0.42 | 0.39 | 144.96 | 0.57 | 0.39 |
| Hex | 2B | 9C | 5A | 48 | 0 | 2A | 27 | 91 | 39 | 27 |
| Octal | 53 | 234 | 132 | 110 | 0 | 52 | 47 | 221 | 71 | 47 |
| Binary | 101011 | 10011100 | 1011010 | 1001000 | 0 | 101010 | 100111 | 10010001 | 111001 | 100111 |
Color Harmonies of #2B9C5A
Complementary color
Monochromatic Colors of #2B9C5A
Black with #2B9C5A
Text Example
Text Example
White with #2B9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C5A; }
p { color: rgb(43,156,90); }
H1.HeaderClassName
{
color: #2B9C5A;
}
.AnyTagClassName
{
color: #2B9C5A;
}
</style>
background-color css
<style>
a { background-color: #2B9C5A; }
a { background-color: rgb(43,156,90); }
div.DivClassName
{
background-color: #2B9C5A;
}
.BgClassName
{
background-color: #2B9C5A;
}
</style>
border-color css
<style>
span { border-color: #2B9C5A; }
span { border-color: rgb(43,156,90); }
td.TdClassName
{
border-color: #2B9C5A;
}
.TagClassName
{
border-color: #2B9C5A;
}
</style>