Shades of Eucalyptus #2D926A
Tints of Eucalyptus #2D926A
RGB
CMYK
RGB Variations
Color information
#2D926A (or 0x2D926A) is known color: Eucalyptus. HEX triplet: 2D, 92 and 6A. RGB value is (45,146,106). Sum of RGB (Red+Green+Blue) = 45+146+106=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #2D926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D926A is #D26D95. Grayscale: #6F6F6F. Windows color (decimal): -13790614 or 6984237. OLE color: 6984237.
HSL color Cylindrical-coordinate representation of color #2D926A: hue angle of 156.24º 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 #2D926A is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 106 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.43 |
| HSL | 156.24º | 0.53% | 0.37% | - |
| HSV(B) | 156.24º | 0.69% | 0.57% | - |
| XYZ | 13.96 | 22.16 | 17.18 | - |
| YUV | 111.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 106 | 0.69 | 0 | 0.27 | 0.43 | 156.24 | 0.53 | 0.37 |
| Hex | 2D | 92 | 6A | 45 | 0 | 1B | 2B | 9C | 35 | 25 |
| Octal | 55 | 222 | 152 | 105 | 0 | 33 | 53 | 234 | 65 | 45 |
| Binary | 101101 | 10010010 | 1101010 | 1000101 | 0 | 11011 | 101011 | 10011100 | 110101 | 100101 |
Color Harmonies of #2D926A
Complementary color
Monochromatic Colors of #2D926A
Black with #2D926A
Text Example
Text Example
White with #2D926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D926A; }
p { color: rgb(45,146,106); }
H1.HeaderClassName
{
color: #2D926A;
}
.AnyTagClassName
{
color: #2D926A;
}
</style>
background-color css
<style>
a { background-color: #2D926A; }
a { background-color: rgb(45,146,106); }
div.DivClassName
{
background-color: #2D926A;
}
.BgClassName
{
background-color: #2D926A;
}
</style>
border-color css
<style>
span { border-color: #2D926A; }
span { border-color: rgb(45,146,106); }
td.TdClassName
{
border-color: #2D926A;
}
.TagClassName
{
border-color: #2D926A;
}
</style>