Shades of Eucalyptus #2D946B
Tints of Eucalyptus #2D946B
RGB
CMYK
RGB Variations
Color information
#2D946B (or 0x2D946B) is known color: Eucalyptus. HEX triplet: 2D, 94 and 6B. RGB value is (45,148,107). Sum of RGB (Red+Green+Blue) = 45+148+107=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #2D946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D946B is #D26B94. Grayscale: #707070. Windows color (decimal): -13790101 or 7050285. OLE color: 7050285.
HSL color Cylindrical-coordinate representation of color #2D946B: hue angle of 156.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D946B is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 107 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.42 |
| HSL | 156.12º | 0.53% | 0.38% | - |
| HSV(B) | 156.12º | 0.7% | 0.58% | - |
| XYZ | 14.33 | 22.8 | 17.56 | - |
| YUV | 112.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 107 | 0.70 | 0 | 0.28 | 0.42 | 156.12 | 0.53 | 0.38 |
| Hex | 2D | 94 | 6B | 46 | 0 | 1C | 2A | 9C | 35 | 26 |
| Octal | 55 | 224 | 153 | 106 | 0 | 34 | 52 | 234 | 65 | 46 |
| Binary | 101101 | 10010100 | 1101011 | 1000110 | 0 | 11100 | 101010 | 10011100 | 110101 | 100110 |
Color Harmonies of #2D946B
Complementary color
Monochromatic Colors of #2D946B
Black with #2D946B
Text Example
Text Example
White with #2D946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D946B; }
p { color: rgb(45,148,107); }
H1.HeaderClassName
{
color: #2D946B;
}
.AnyTagClassName
{
color: #2D946B;
}
</style>
background-color css
<style>
a { background-color: #2D946B; }
a { background-color: rgb(45,148,107); }
div.DivClassName
{
background-color: #2D946B;
}
.BgClassName
{
background-color: #2D946B;
}
</style>
border-color css
<style>
span { border-color: #2D946B; }
span { border-color: rgb(45,148,107); }
td.TdClassName
{
border-color: #2D946B;
}
.TagClassName
{
border-color: #2D946B;
}
</style>