Shades of Eucalyptus #2D936B
Tints of Eucalyptus #2D936B
RGB
CMYK
RGB Variations
Color information
#2D936B (or 0x2D936B) is known color: Eucalyptus. HEX triplet: 2D, 93 and 6B. RGB value is (45,147,107). Sum of RGB (Red+Green+Blue) = 45+147+107=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #2D936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D936B is #D26C94. Grayscale: #6F6F6F. Windows color (decimal): -13790357 or 7050029. OLE color: 7050029.
HSL color Cylindrical-coordinate representation of color #2D936B: hue angle of 156.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D936B is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 107 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.42 |
| HSL | 156.47º | 0.53% | 0.38% | - |
| HSV(B) | 156.47º | 0.69% | 0.58% | - |
| XYZ | 14.17 | 22.49 | 17.5 | - |
| YUV | 111.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 107 | 0.69 | 0 | 0.27 | 0.42 | 156.47 | 0.53 | 0.38 |
| Hex | 2D | 93 | 6B | 45 | 0 | 1B | 2A | 9C | 35 | 26 |
| Octal | 55 | 223 | 153 | 105 | 0 | 33 | 52 | 234 | 65 | 46 |
| Binary | 101101 | 10010011 | 1101011 | 1000101 | 0 | 11011 | 101010 | 10011100 | 110101 | 100110 |
Color Harmonies of #2D936B
Complementary color
Monochromatic Colors of #2D936B
Black with #2D936B
Text Example
Text Example
White with #2D936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D936B; }
p { color: rgb(45,147,107); }
H1.HeaderClassName
{
color: #2D936B;
}
.AnyTagClassName
{
color: #2D936B;
}
</style>
background-color css
<style>
a { background-color: #2D936B; }
a { background-color: rgb(45,147,107); }
div.DivClassName
{
background-color: #2D936B;
}
.BgClassName
{
background-color: #2D936B;
}
</style>
border-color css
<style>
span { border-color: #2D936B; }
span { border-color: rgb(45,147,107); }
td.TdClassName
{
border-color: #2D936B;
}
.TagClassName
{
border-color: #2D936B;
}
</style>