Shades of Eucalyptus #2D926C
Tints of Eucalyptus #2D926C
RGB
CMYK
RGB Variations
Color information
#2D926C (or 0x2D926C) is known color: Eucalyptus. HEX triplet: 2D, 92 and 6C. RGB value is (45,146,108). Sum of RGB (Red+Green+Blue) = 45+146+108=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #2D926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D926C is #D26D93. Grayscale: #6F6F6F. Windows color (decimal): -13790612 or 7115309. OLE color: 7115309.
HSL color Cylindrical-coordinate representation of color #2D926C: hue angle of 157.43º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D926C is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 108 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.43 |
| HSL | 157.43º | 0.53% | 0.37% | - |
| HSV(B) | 157.43º | 0.69% | 0.57% | - |
| XYZ | 14.07 | 22.2 | 17.73 | - |
| YUV | 111.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 108 | 0.69 | 0 | 0.26 | 0.43 | 157.43 | 0.53 | 0.37 |
| Hex | 2D | 92 | 6C | 45 | 0 | 1A | 2B | 9D | 35 | 25 |
| Octal | 55 | 222 | 154 | 105 | 0 | 32 | 53 | 235 | 65 | 45 |
| Binary | 101101 | 10010010 | 1101100 | 1000101 | 0 | 11010 | 101011 | 10011101 | 110101 | 100101 |
Color Harmonies of #2D926C
Complementary color
Monochromatic Colors of #2D926C
Black with #2D926C
Text Example
Text Example
White with #2D926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D926C; }
p { color: rgb(45,146,108); }
H1.HeaderClassName
{
color: #2D926C;
}
.AnyTagClassName
{
color: #2D926C;
}
</style>
background-color css
<style>
a { background-color: #2D926C; }
a { background-color: rgb(45,146,108); }
div.DivClassName
{
background-color: #2D926C;
}
.BgClassName
{
background-color: #2D926C;
}
</style>
border-color css
<style>
span { border-color: #2D926C; }
span { border-color: rgb(45,146,108); }
td.TdClassName
{
border-color: #2D926C;
}
.TagClassName
{
border-color: #2D926C;
}
</style>