Shades of Eucalyptus #1DAF5A
Tints of Eucalyptus #1DAF5A
RGB
CMYK
RGB Variations
Color information
#1DAF5A (or 0x1DAF5A) is known color: Eucalyptus. HEX triplet: 1D, AF and 5A. RGB value is (29,175,90). Sum of RGB (Red+Green+Blue) = 29+175+90=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF5A is #E250A5. Grayscale: #797979. Windows color (decimal): -14831782 or 5943069. OLE color: 5943069.
HSL color Cylindrical-coordinate representation of color #1DAF5A: hue angle of 145.07º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF5A is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 90 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.31 |
| HSL | 145.07º | 0.72% | 0.4% | - |
| HSV(B) | 145.07º | 0.83% | 0.69% | - |
| XYZ | 17.68 | 31.66 | 14.85 | - |
| YUV | 121.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 90 | 0.83 | 0 | 0.49 | 0.31 | 145.07 | 0.72 | 0.4 |
| Hex | 1D | AF | 5A | 53 | 0 | 31 | 1F | 91 | 48 | 28 |
| Octal | 35 | 257 | 132 | 123 | 0 | 61 | 37 | 221 | 110 | 50 |
| Binary | 11101 | 10101111 | 1011010 | 1010011 | 0 | 110001 | 11111 | 10010001 | 1001000 | 101000 |
Color Harmonies of #1DAF5A
Complementary color
Monochromatic Colors of #1DAF5A
Black with #1DAF5A
Text Example
Text Example
White with #1DAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF5A; }
p { color: rgb(29,175,90); }
H1.HeaderClassName
{
color: #1DAF5A;
}
.AnyTagClassName
{
color: #1DAF5A;
}
</style>
background-color css
<style>
a { background-color: #1DAF5A; }
a { background-color: rgb(29,175,90); }
div.DivClassName
{
background-color: #1DAF5A;
}
.BgClassName
{
background-color: #1DAF5A;
}
</style>
border-color css
<style>
span { border-color: #1DAF5A; }
span { border-color: rgb(29,175,90); }
td.TdClassName
{
border-color: #1DAF5A;
}
.TagClassName
{
border-color: #1DAF5A;
}
</style>