Shades of Eucalyptus #2B965D
Tints of Eucalyptus #2B965D
RGB
CMYK
RGB Variations
Color information
#2B965D (or 0x2B965D) is known color: Eucalyptus. HEX triplet: 2B, 96 and 5D. RGB value is (43,150,93). Sum of RGB (Red+Green+Blue) = 43+150+93=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #2B965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B965D is #D469A2. Grayscale: #6F6F6F. Windows color (decimal): -13920675 or 6133291. OLE color: 6133291.
HSL color Cylindrical-coordinate representation of color #2B965D: hue angle of 148.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B965D is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
RGB | 43 | 150 | 93 | - |
CMYK | 0.71 | 0 | 0.38 | 0.41 |
HSL | 148.04º | 0.55% | 0.38% | - |
HSV(B) | 148.04º | 0.71% | 0.59% | - |
XYZ | 13.88 | 23.12 | 14.09 | - |
YUV | 111.51 | 117.55 | 79.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 150 | 93 | 0.71 | 0 | 0.38 | 0.41 | 148.04 | 0.55 | 0.38 |
Hex | 2B | 96 | 5D | 47 | 0 | 26 | 29 | 94 | 37 | 26 |
Octal | 53 | 226 | 135 | 107 | 0 | 46 | 51 | 224 | 67 | 46 |
Binary | 101011 | 10010110 | 1011101 | 1000111 | 0 | 100110 | 101001 | 10010100 | 110111 | 100110 |
Color Harmonies of #2B965D
Complementary color
Monochromatic Colors of #2B965D
Black with #2B965D
Text Example
Text Example
White with #2B965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B965D; }
p { color: rgb(43,150,93); }
H1.HeaderClassName
{
color: #2B965D;
}
.AnyTagClassName
{
color: #2B965D;
}
</style>
background-color css
<style>
a { background-color: #2B965D; }
a { background-color: rgb(43,150,93); }
div.DivClassName
{
background-color: #2B965D;
}
.BgClassName
{
background-color: #2B965D;
}
</style>
border-color css
<style>
span { border-color: #2B965D; }
span { border-color: rgb(43,150,93); }
td.TdClassName
{
border-color: #2B965D;
}
.TagClassName
{
border-color: #2B965D;
}
</style>