Shades of Eucalyptus #1DA263
Tints of Eucalyptus #1DA263
RGB
CMYK
RGB Variations
Color information
#1DA263 (or 0x1DA263) is known color: Eucalyptus. HEX triplet: 1D, A2 and 63. RGB value is (29,162,99). Sum of RGB (Red+Green+Blue) = 29+162+99=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #1DA263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA263 is #E25D9C. Grayscale: #737373. Windows color (decimal): -14835101 or 6529565. OLE color: 6529565.
HSL color Cylindrical-coordinate representation of color #1DA263: hue angle of 151.58º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA263 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 162 | 99 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.36 |
| HSL | 151.58º | 0.7% | 0.37% | - |
| HSV(B) | 151.58º | 0.82% | 0.64% | - |
| XYZ | 15.68 | 27 | 16.19 | - |
| YUV | 115.05 | 118.94 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 162 | 99 | 0.82 | 0 | 0.39 | 0.36 | 151.58 | 0.7 | 0.37 |
| Hex | 1D | A2 | 63 | 52 | 0 | 27 | 24 | 98 | 46 | 25 |
| Octal | 35 | 242 | 143 | 122 | 0 | 47 | 44 | 230 | 106 | 45 |
| Binary | 11101 | 10100010 | 1100011 | 1010010 | 0 | 100111 | 100100 | 10011000 | 1000110 | 100101 |
Color Harmonies of #1DA263
Complementary color
Monochromatic Colors of #1DA263
Black with #1DA263
Text Example
Text Example
White with #1DA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA263; }
p { color: rgb(29,162,99); }
H1.HeaderClassName
{
color: #1DA263;
}
.AnyTagClassName
{
color: #1DA263;
}
</style>
background-color css
<style>
a { background-color: #1DA263; }
a { background-color: rgb(29,162,99); }
div.DivClassName
{
background-color: #1DA263;
}
.BgClassName
{
background-color: #1DA263;
}
</style>
border-color css
<style>
span { border-color: #1DA263; }
span { border-color: rgb(29,162,99); }
td.TdClassName
{
border-color: #1DA263;
}
.TagClassName
{
border-color: #1DA263;
}
</style>