Shades of Eucalyptus #2B935C
Tints of Eucalyptus #2B935C
RGB
CMYK
RGB Variations
Color information
#2B935C (or 0x2B935C) is known color: Eucalyptus. HEX triplet: 2B, 93 and 5C. RGB value is (43,147,92). Sum of RGB (Red+Green+Blue) = 43+147+92=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #2B935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B935C is #D46CA3. Grayscale: #6D6D6D. Windows color (decimal): -13921444 or 6066987. OLE color: 6066987.
HSL color Cylindrical-coordinate representation of color #2B935C: hue angle of 148.27º 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 #2B935C is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 92 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.42 |
| HSL | 148.27º | 0.55% | 0.37% | - |
| HSV(B) | 148.27º | 0.71% | 0.58% | - |
| XYZ | 13.36 | 22.15 | 13.7 | - |
| YUV | 109.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 92 | 0.71 | 0 | 0.37 | 0.42 | 148.27 | 0.55 | 0.37 |
| Hex | 2B | 93 | 5C | 47 | 0 | 25 | 2A | 94 | 37 | 25 |
| Octal | 53 | 223 | 134 | 107 | 0 | 45 | 52 | 224 | 67 | 45 |
| Binary | 101011 | 10010011 | 1011100 | 1000111 | 0 | 100101 | 101010 | 10010100 | 110111 | 100101 |
Color Harmonies of #2B935C
Complementary color
Monochromatic Colors of #2B935C
Black with #2B935C
Text Example
Text Example
White with #2B935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B935C; }
p { color: rgb(43,147,92); }
H1.HeaderClassName
{
color: #2B935C;
}
.AnyTagClassName
{
color: #2B935C;
}
</style>
background-color css
<style>
a { background-color: #2B935C; }
a { background-color: rgb(43,147,92); }
div.DivClassName
{
background-color: #2B935C;
}
.BgClassName
{
background-color: #2B935C;
}
</style>
border-color css
<style>
span { border-color: #2B935C; }
span { border-color: rgb(43,147,92); }
td.TdClassName
{
border-color: #2B935C;
}
.TagClassName
{
border-color: #2B935C;
}
</style>