Shades of Eucalyptus #2B945A
Tints of Eucalyptus #2B945A
RGB
CMYK
RGB Variations
Color information
#2B945A (or 0x2B945A) is known color: Eucalyptus. HEX triplet: 2B, 94 and 5A. RGB value is (43,148,90). Sum of RGB (Red+Green+Blue) = 43+148+90=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #2B945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B945A is #D46BA5. Grayscale: #6E6E6E. Windows color (decimal): -13921190 or 5936171. OLE color: 5936171.
HSL color Cylindrical-coordinate representation of color #2B945A: hue angle of 146.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B945A is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 90 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.42 |
| HSL | 146.86º | 0.55% | 0.37% | - |
| HSV(B) | 146.86º | 0.71% | 0.58% | - |
| XYZ | 13.43 | 22.43 | 13.29 | - |
| YUV | 109.99 | 116.71 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 90 | 0.71 | 0 | 0.39 | 0.42 | 146.86 | 0.55 | 0.37 |
| Hex | 2B | 94 | 5A | 47 | 0 | 27 | 2A | 93 | 37 | 25 |
| Octal | 53 | 224 | 132 | 107 | 0 | 47 | 52 | 223 | 67 | 45 |
| Binary | 101011 | 10010100 | 1011010 | 1000111 | 0 | 100111 | 101010 | 10010011 | 110111 | 100101 |
Color Harmonies of #2B945A
Complementary color
Monochromatic Colors of #2B945A
Black with #2B945A
Text Example
Text Example
White with #2B945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B945A; }
p { color: rgb(43,148,90); }
H1.HeaderClassName
{
color: #2B945A;
}
.AnyTagClassName
{
color: #2B945A;
}
</style>
background-color css
<style>
a { background-color: #2B945A; }
a { background-color: rgb(43,148,90); }
div.DivClassName
{
background-color: #2B945A;
}
.BgClassName
{
background-color: #2B945A;
}
</style>
border-color css
<style>
span { border-color: #2B945A; }
span { border-color: rgb(43,148,90); }
td.TdClassName
{
border-color: #2B945A;
}
.TagClassName
{
border-color: #2B945A;
}
</style>