Shades of Eucalyptus #2D936C
Tints of Eucalyptus #2D936C
RGB
CMYK
RGB Variations
Color information
#2D936C (or 0x2D936C) is known color: Eucalyptus. HEX triplet: 2D, 93 and 6C. RGB value is (45,147,108). Sum of RGB (Red+Green+Blue) = 45+147+108=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #2D936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D936C is #D26C93. Grayscale: #707070. Windows color (decimal): -13790356 or 7115565. OLE color: 7115565.
HSL color Cylindrical-coordinate representation of color #2D936C: hue angle of 157.06º 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 #2D936C is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 108 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.42 |
| HSL | 157.06º | 0.53% | 0.38% | - |
| HSV(B) | 157.06º | 0.69% | 0.58% | - |
| XYZ | 14.22 | 22.51 | 17.78 | - |
| YUV | 112.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 108 | 0.69 | 0 | 0.27 | 0.42 | 157.06 | 0.53 | 0.38 |
| Hex | 2D | 93 | 6C | 45 | 0 | 1B | 2A | 9D | 35 | 26 |
| Octal | 55 | 223 | 154 | 105 | 0 | 33 | 52 | 235 | 65 | 46 |
| Binary | 101101 | 10010011 | 1101100 | 1000101 | 0 | 11011 | 101010 | 10011101 | 110101 | 100110 |
Color Harmonies of #2D936C
Complementary color
Monochromatic Colors of #2D936C
Black with #2D936C
Text Example
Text Example
White with #2D936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D936C; }
p { color: rgb(45,147,108); }
H1.HeaderClassName
{
color: #2D936C;
}
.AnyTagClassName
{
color: #2D936C;
}
</style>
background-color css
<style>
a { background-color: #2D936C; }
a { background-color: rgb(45,147,108); }
div.DivClassName
{
background-color: #2D936C;
}
.BgClassName
{
background-color: #2D936C;
}
</style>
border-color css
<style>
span { border-color: #2D936C; }
span { border-color: rgb(45,147,108); }
td.TdClassName
{
border-color: #2D936C;
}
.TagClassName
{
border-color: #2D936C;
}
</style>