Shades of Eucalyptus #2B926A
Tints of Eucalyptus #2B926A
RGB
CMYK
RGB Variations
Color information
#2B926A (or 0x2B926A) is known color: Eucalyptus. HEX triplet: 2B, 92 and 6A. RGB value is (43,146,106). Sum of RGB (Red+Green+Blue) = 43+146+106=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #2B926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B926A is #D46D95. Grayscale: #6E6E6E. Windows color (decimal): -13921686 or 6984235. OLE color: 6984235.
HSL color Cylindrical-coordinate representation of color #2B926A: hue angle of 156.7º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B926A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 106 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.43 |
| HSL | 156.7º | 0.54% | 0.37% | - |
| HSV(B) | 156.7º | 0.71% | 0.57% | - |
| XYZ | 13.88 | 22.11 | 17.17 | - |
| YUV | 110.64 | 125.38 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 106 | 0.71 | 0 | 0.27 | 0.43 | 156.7 | 0.54 | 0.37 |
| Hex | 2B | 92 | 6A | 47 | 0 | 1B | 2B | 9D | 36 | 25 |
| Octal | 53 | 222 | 152 | 107 | 0 | 33 | 53 | 235 | 66 | 45 |
| Binary | 101011 | 10010010 | 1101010 | 1000111 | 0 | 11011 | 101011 | 10011101 | 110110 | 100101 |
Color Harmonies of #2B926A
Complementary color
Monochromatic Colors of #2B926A
Black with #2B926A
Text Example
Text Example
White with #2B926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B926A; }
p { color: rgb(43,146,106); }
H1.HeaderClassName
{
color: #2B926A;
}
.AnyTagClassName
{
color: #2B926A;
}
</style>
background-color css
<style>
a { background-color: #2B926A; }
a { background-color: rgb(43,146,106); }
div.DivClassName
{
background-color: #2B926A;
}
.BgClassName
{
background-color: #2B926A;
}
</style>
border-color css
<style>
span { border-color: #2B926A; }
span { border-color: rgb(43,146,106); }
td.TdClassName
{
border-color: #2B926A;
}
.TagClassName
{
border-color: #2B926A;
}
</style>