Shades of Eucalyptus #2B9D64
Tints of Eucalyptus #2B9D64
RGB
CMYK
RGB Variations
Color information
#2B9D64 (or 0x2B9D64) is known color: Eucalyptus. HEX triplet: 2B, 9D and 64. RGB value is (43,157,100). Sum of RGB (Red+Green+Blue) = 43+157+100=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D64 is #D4629B. Grayscale: #747474. Windows color (decimal): -13918876 or 6593835. OLE color: 6593835.
HSL color Cylindrical-coordinate representation of color #2B9D64: hue angle of 150º 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 #2B9D64 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 100 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.38 |
| HSL | 150º | 0.57% | 0.39% | - |
| HSV(B) | 150º | 0.73% | 0.62% | - |
| XYZ | 15.35 | 25.55 | 16.18 | - |
| YUV | 116.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 100 | 0.73 | 0 | 0.36 | 0.38 | 150 | 0.57 | 0.39 |
| Hex | 2B | 9D | 64 | 49 | 0 | 24 | 26 | 96 | 39 | 27 |
| Octal | 53 | 235 | 144 | 111 | 0 | 44 | 46 | 226 | 71 | 47 |
| Binary | 101011 | 10011101 | 1100100 | 1001001 | 0 | 100100 | 100110 | 10010110 | 111001 | 100111 |
Color Harmonies of #2B9D64
Complementary color
Monochromatic Colors of #2B9D64
Black with #2B9D64
Text Example
Text Example
White with #2B9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D64; }
p { color: rgb(43,157,100); }
H1.HeaderClassName
{
color: #2B9D64;
}
.AnyTagClassName
{
color: #2B9D64;
}
</style>
background-color css
<style>
a { background-color: #2B9D64; }
a { background-color: rgb(43,157,100); }
div.DivClassName
{
background-color: #2B9D64;
}
.BgClassName
{
background-color: #2B9D64;
}
</style>
border-color css
<style>
span { border-color: #2B9D64; }
span { border-color: rgb(43,157,100); }
td.TdClassName
{
border-color: #2B9D64;
}
.TagClassName
{
border-color: #2B9D64;
}
</style>