Shades of Eucalyptus #1DAF5D
Tints of Eucalyptus #1DAF5D
RGB
CMYK
RGB Variations
Color information
#1DAF5D (or 0x1DAF5D) is known color: Eucalyptus. HEX triplet: 1D, AF and 5D. RGB value is (29,175,93). Sum of RGB (Red+Green+Blue) = 29+175+93=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 175 (68.75% from 255 or 58.92% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF5D is #E250A2. Grayscale: #7A7A7A. Windows color (decimal): -14831779 or 6139677. OLE color: 6139677.
HSL color Cylindrical-coordinate representation of color #1DAF5D: hue angle of 146.3º 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 #1DAF5D is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 175 | 93 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.31 |
| HSL | 146.3º | 0.72% | 0.4% | - |
| HSV(B) | 146.3º | 0.83% | 0.69% | - |
| XYZ | 17.81 | 31.71 | 15.54 | - |
| YUV | 122 | 111.63 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 175 | 93 | 0.83 | 0 | 0.47 | 0.31 | 146.3 | 0.72 | 0.4 |
| Hex | 1D | AF | 5D | 53 | 0 | 2F | 1F | 92 | 48 | 28 |
| Octal | 35 | 257 | 135 | 123 | 0 | 57 | 37 | 222 | 110 | 50 |
| Binary | 11101 | 10101111 | 1011101 | 1010011 | 0 | 101111 | 11111 | 10010010 | 1001000 | 101000 |
Color Harmonies of #1DAF5D
Complementary color
Monochromatic Colors of #1DAF5D
Black with #1DAF5D
Text Example
Text Example
White with #1DAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAF5D; }
p { color: rgb(29,175,93); }
H1.HeaderClassName
{
color: #1DAF5D;
}
.AnyTagClassName
{
color: #1DAF5D;
}
</style>
background-color css
<style>
a { background-color: #1DAF5D; }
a { background-color: rgb(29,175,93); }
div.DivClassName
{
background-color: #1DAF5D;
}
.BgClassName
{
background-color: #1DAF5D;
}
</style>
border-color css
<style>
span { border-color: #1DAF5D; }
span { border-color: rgb(29,175,93); }
td.TdClassName
{
border-color: #1DAF5D;
}
.TagClassName
{
border-color: #1DAF5D;
}
</style>