Shades of Eucalyptus #1DA85E
Tints of Eucalyptus #1DA85E
RGB
CMYK
RGB Variations
Color information
#1DA85E (or 0x1DA85E) is known color: Eucalyptus. HEX triplet: 1D, A8 and 5E. RGB value is (29,168,94). Sum of RGB (Red+Green+Blue) = 29+168+94=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 168 (66.02% from 255 or 57.73% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 168 - color contains mainly: green. Hex color #1DA85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA85E is #E257A1. Grayscale: #767676. Windows color (decimal): -14833570 or 6203421. OLE color: 6203421.
HSL color Cylindrical-coordinate representation of color #1DA85E: hue angle of 148.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA85E is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
RGB | 29 | 168 | 94 | - |
CMYK | 0.83 | 0 | 0.44 | 0.34 |
HSL | 148.06º | 0.71% | 0.39% | - |
HSV(B) | 148.06º | 0.83% | 0.66% | - |
XYZ | 16.53 | 29.07 | 15.33 | - |
YUV | 118 | 114.45 | 64.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 168 | 94 | 0.83 | 0 | 0.44 | 0.34 | 148.06 | 0.71 | 0.39 |
Hex | 1D | A8 | 5E | 53 | 0 | 2C | 22 | 94 | 47 | 27 |
Octal | 35 | 250 | 136 | 123 | 0 | 54 | 42 | 224 | 107 | 47 |
Binary | 11101 | 10101000 | 1011110 | 1010011 | 0 | 101100 | 100010 | 10010100 | 1000111 | 100111 |
Color Harmonies of #1DA85E
Complementary color
Monochromatic Colors of #1DA85E
Black with #1DA85E
Text Example
Text Example
White with #1DA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA85E; }
p { color: rgb(29,168,94); }
H1.HeaderClassName
{
color: #1DA85E;
}
.AnyTagClassName
{
color: #1DA85E;
}
</style>
background-color css
<style>
a { background-color: #1DA85E; }
a { background-color: rgb(29,168,94); }
div.DivClassName
{
background-color: #1DA85E;
}
.BgClassName
{
background-color: #1DA85E;
}
</style>
border-color css
<style>
span { border-color: #1DA85E; }
span { border-color: rgb(29,168,94); }
td.TdClassName
{
border-color: #1DA85E;
}
.TagClassName
{
border-color: #1DA85E;
}
</style>