Shades of Eucalyptus #2DAF5B
Tints of Eucalyptus #2DAF5B
RGB
CMYK
RGB Variations
Color information
#2DAF5B (or 0x2DAF5B) is known color: Eucalyptus. HEX triplet: 2D, AF and 5B. RGB value is (45,175,91). Sum of RGB (Red+Green+Blue) = 45+175+91=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF5B is #D250A4. Grayscale: #7E7E7E. Windows color (decimal): -13783205 or 6008621. OLE color: 6008621.
HSL color Cylindrical-coordinate representation of color #2DAF5B: hue angle of 141.23º 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 #2DAF5B is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 91 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.31 |
| HSL | 141.23º | 0.59% | 0.43% | - |
| HSV(B) | 141.23º | 0.74% | 0.69% | - |
| XYZ | 18.3 | 31.97 | 15.1 | - |
| YUV | 126.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 91 | 0.74 | 0 | 0.48 | 0.31 | 141.23 | 0.59 | 0.43 |
| Hex | 2D | AF | 5B | 4A | 0 | 30 | 1F | 8D | 3B | 2B |
| Octal | 55 | 257 | 133 | 112 | 0 | 60 | 37 | 215 | 73 | 53 |
| Binary | 101101 | 10101111 | 1011011 | 1001010 | 0 | 110000 | 11111 | 10001101 | 111011 | 101011 |
Color Harmonies of #2DAF5B
Complementary color
Monochromatic Colors of #2DAF5B
Black with #2DAF5B
Text Example
Text Example
White with #2DAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF5B; }
p { color: rgb(45,175,91); }
H1.HeaderClassName
{
color: #2DAF5B;
}
.AnyTagClassName
{
color: #2DAF5B;
}
</style>
background-color css
<style>
a { background-color: #2DAF5B; }
a { background-color: rgb(45,175,91); }
div.DivClassName
{
background-color: #2DAF5B;
}
.BgClassName
{
background-color: #2DAF5B;
}
</style>
border-color css
<style>
span { border-color: #2DAF5B; }
span { border-color: rgb(45,175,91); }
td.TdClassName
{
border-color: #2DAF5B;
}
.TagClassName
{
border-color: #2DAF5B;
}
</style>