Shades of Eucalyptus #1DA452
Tints of Eucalyptus #1DA452
RGB
CMYK
RGB Variations
Color information
#1DA452 (or 0x1DA452) is known color: Eucalyptus. HEX triplet: 1D, A4 and 52. RGB value is (29,164,82). Sum of RGB (Red+Green+Blue) = 29+164+82=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA452 is #E25BAD. Grayscale: #727272. Windows color (decimal): -14834606 or 5415965. OLE color: 5415965.
HSL color Cylindrical-coordinate representation of color #1DA452: hue angle of 143.56º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA452 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 82 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.36 |
| HSL | 143.56º | 0.7% | 0.38% | - |
| HSV(B) | 143.56º | 0.82% | 0.64% | - |
| XYZ | 15.31 | 27.42 | 12.47 | - |
| YUV | 114.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 82 | 0.82 | 0 | 0.5 | 0.36 | 143.56 | 0.7 | 0.38 |
| Hex | 1D | A4 | 52 | 52 | 0 | 32 | 24 | 90 | 46 | 26 |
| Octal | 35 | 244 | 122 | 122 | 0 | 62 | 44 | 220 | 106 | 46 |
| Binary | 11101 | 10100100 | 1010010 | 1010010 | 0 | 110010 | 100100 | 10010000 | 1000110 | 100110 |
Color Harmonies of #1DA452
Complementary color
Monochromatic Colors of #1DA452
Black with #1DA452
Text Example
Text Example
White with #1DA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA452; }
p { color: rgb(29,164,82); }
H1.HeaderClassName
{
color: #1DA452;
}
.AnyTagClassName
{
color: #1DA452;
}
</style>
background-color css
<style>
a { background-color: #1DA452; }
a { background-color: rgb(29,164,82); }
div.DivClassName
{
background-color: #1DA452;
}
.BgClassName
{
background-color: #1DA452;
}
</style>
border-color css
<style>
span { border-color: #1DA452; }
span { border-color: rgb(29,164,82); }
td.TdClassName
{
border-color: #1DA452;
}
.TagClassName
{
border-color: #1DA452;
}
</style>