Shades of Eucalyptus #2B9C6D
Tints of Eucalyptus #2B9C6D
RGB
CMYK
RGB Variations
Color information
#2B9C6D (or 0x2B9C6D) is known color: Eucalyptus. HEX triplet: 2B, 9C and 6D. RGB value is (43,156,109). Sum of RGB (Red+Green+Blue) = 43+156+109=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C6D is #D46392. Grayscale: #747474. Windows color (decimal): -13919123 or 7183403. OLE color: 7183403.
HSL color Cylindrical-coordinate representation of color #2B9C6D: hue angle of 155.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C6D is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 109 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.39 |
| HSL | 155.04º | 0.57% | 0.39% | - |
| HSV(B) | 155.04º | 0.72% | 0.61% | - |
| XYZ | 15.65 | 25.39 | 18.55 | - |
| YUV | 116.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 109 | 0.72 | 0 | 0.30 | 0.39 | 155.04 | 0.57 | 0.39 |
| Hex | 2B | 9C | 6D | 48 | 0 | 1E | 27 | 9B | 39 | 27 |
| Octal | 53 | 234 | 155 | 110 | 0 | 36 | 47 | 233 | 71 | 47 |
| Binary | 101011 | 10011100 | 1101101 | 1001000 | 0 | 11110 | 100111 | 10011011 | 111001 | 100111 |
Color Harmonies of #2B9C6D
Complementary color
Monochromatic Colors of #2B9C6D
Black with #2B9C6D
Text Example
Text Example
White with #2B9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C6D; }
p { color: rgb(43,156,109); }
H1.HeaderClassName
{
color: #2B9C6D;
}
.AnyTagClassName
{
color: #2B9C6D;
}
</style>
background-color css
<style>
a { background-color: #2B9C6D; }
a { background-color: rgb(43,156,109); }
div.DivClassName
{
background-color: #2B9C6D;
}
.BgClassName
{
background-color: #2B9C6D;
}
</style>
border-color css
<style>
span { border-color: #2B9C6D; }
span { border-color: rgb(43,156,109); }
td.TdClassName
{
border-color: #2B9C6D;
}
.TagClassName
{
border-color: #2B9C6D;
}
</style>