Shades of Eucalyptus #2DAF5D
Tints of Eucalyptus #2DAF5D
RGB
CMYK
RGB Variations
Color information
#2DAF5D (or 0x2DAF5D) is known color: Eucalyptus. HEX triplet: 2D, AF and 5D. RGB value is (45,175,93). Sum of RGB (Red+Green+Blue) = 45+175+93=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF5D is #D250A2. Grayscale: #7E7E7E. Windows color (decimal): -13783203 or 6139693. OLE color: 6139693.
HSL color Cylindrical-coordinate representation of color #2DAF5D: hue angle of 142.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF5D is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 93 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.31 |
| HSL | 142.15º | 0.59% | 0.43% | - |
| HSV(B) | 142.15º | 0.74% | 0.69% | - |
| XYZ | 18.39 | 32.01 | 15.56 | - |
| YUV | 126.78 | 108.93 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 93 | 0.74 | 0 | 0.47 | 0.31 | 142.15 | 0.59 | 0.43 |
| Hex | 2D | AF | 5D | 4A | 0 | 2F | 1F | 8E | 3B | 2B |
| Octal | 55 | 257 | 135 | 112 | 0 | 57 | 37 | 216 | 73 | 53 |
| Binary | 101101 | 10101111 | 1011101 | 1001010 | 0 | 101111 | 11111 | 10001110 | 111011 | 101011 |
Color Harmonies of #2DAF5D
Complementary color
Monochromatic Colors of #2DAF5D
Black with #2DAF5D
Text Example
Text Example
White with #2DAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF5D; }
p { color: rgb(45,175,93); }
H1.HeaderClassName
{
color: #2DAF5D;
}
.AnyTagClassName
{
color: #2DAF5D;
}
</style>
background-color css
<style>
a { background-color: #2DAF5D; }
a { background-color: rgb(45,175,93); }
div.DivClassName
{
background-color: #2DAF5D;
}
.BgClassName
{
background-color: #2DAF5D;
}
</style>
border-color css
<style>
span { border-color: #2DAF5D; }
span { border-color: rgb(45,175,93); }
td.TdClassName
{
border-color: #2DAF5D;
}
.TagClassName
{
border-color: #2DAF5D;
}
</style>