Shades of Eucalyptus #2DA369
Tints of Eucalyptus #2DA369
RGB
CMYK
RGB Variations
Color information
#2DA369 (or 0x2DA369) is known color: Eucalyptus. HEX triplet: 2D, A3 and 69. RGB value is (45,163,105). Sum of RGB (Red+Green+Blue) = 45+163+105=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA369 is #D25C96. Grayscale: #797979. Windows color (decimal): -13786263 or 6923053. OLE color: 6923053.
HSL color Cylindrical-coordinate representation of color #2DA369: hue angle of 150.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA369 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 163 | 105 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.36 |
| HSL | 150.51º | 0.57% | 0.41% | - |
| HSV(B) | 150.51º | 0.72% | 0.64% | - |
| XYZ | 16.73 | 27.77 | 17.84 | - |
| YUV | 121.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 163 | 105 | 0.72 | 0 | 0.36 | 0.36 | 150.51 | 0.57 | 0.41 |
| Hex | 2D | A3 | 69 | 48 | 0 | 24 | 24 | 97 | 39 | 29 |
| Octal | 55 | 243 | 151 | 110 | 0 | 44 | 44 | 227 | 71 | 51 |
| Binary | 101101 | 10100011 | 1101001 | 1001000 | 0 | 100100 | 100100 | 10010111 | 111001 | 101001 |
Color Harmonies of #2DA369
Complementary color
Monochromatic Colors of #2DA369
Black with #2DA369
Text Example
Text Example
White with #2DA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA369; }
p { color: rgb(45,163,105); }
H1.HeaderClassName
{
color: #2DA369;
}
.AnyTagClassName
{
color: #2DA369;
}
</style>
background-color css
<style>
a { background-color: #2DA369; }
a { background-color: rgb(45,163,105); }
div.DivClassName
{
background-color: #2DA369;
}
.BgClassName
{
background-color: #2DA369;
}
</style>
border-color css
<style>
span { border-color: #2DA369; }
span { border-color: rgb(45,163,105); }
td.TdClassName
{
border-color: #2DA369;
}
.TagClassName
{
border-color: #2DA369;
}
</style>