Shades of Eucalyptus #2DA669
Tints of Eucalyptus #2DA669
RGB
CMYK
RGB Variations
Color information
#2DA669 (or 0x2DA669) is known color: Eucalyptus. HEX triplet: 2D, A6 and 69. RGB value is (45,166,105). Sum of RGB (Red+Green+Blue) = 45+166+105=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA669 is #D25996. Grayscale: #7A7A7A. Windows color (decimal): -13785495 or 6923821. OLE color: 6923821.
HSL color Cylindrical-coordinate representation of color #2DA669: hue angle of 149.75º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA669 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 105 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.35 |
| HSL | 149.75º | 0.57% | 0.41% | - |
| HSV(B) | 149.75º | 0.73% | 0.65% | - |
| XYZ | 17.27 | 28.85 | 18.02 | - |
| YUV | 122.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 105 | 0.73 | 0 | 0.37 | 0.35 | 149.75 | 0.57 | 0.41 |
| Hex | 2D | A6 | 69 | 49 | 0 | 25 | 23 | 96 | 39 | 29 |
| Octal | 55 | 246 | 151 | 111 | 0 | 45 | 43 | 226 | 71 | 51 |
| Binary | 101101 | 10100110 | 1101001 | 1001001 | 0 | 100101 | 100011 | 10010110 | 111001 | 101001 |
Color Harmonies of #2DA669
Complementary color
Monochromatic Colors of #2DA669
Black with #2DA669
Text Example
Text Example
White with #2DA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA669; }
p { color: rgb(45,166,105); }
H1.HeaderClassName
{
color: #2DA669;
}
.AnyTagClassName
{
color: #2DA669;
}
</style>
background-color css
<style>
a { background-color: #2DA669; }
a { background-color: rgb(45,166,105); }
div.DivClassName
{
background-color: #2DA669;
}
.BgClassName
{
background-color: #2DA669;
}
</style>
border-color css
<style>
span { border-color: #2DA669; }
span { border-color: rgb(45,166,105); }
td.TdClassName
{
border-color: #2DA669;
}
.TagClassName
{
border-color: #2DA669;
}
</style>