Shades of Eucalyptus #1FAD52
Tints of Eucalyptus #1FAD52
RGB
CMYK
RGB Variations
Color information
#1FAD52 (or 0x1FAD52) is known color: Eucalyptus. HEX triplet: 1F, AD and 52. RGB value is (31,173,82). Sum of RGB (Red+Green+Blue) = 31+173+82=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD52 is #E052AD. Grayscale: #787878. Windows color (decimal): -14701230 or 5418271. OLE color: 5418271.
HSL color Cylindrical-coordinate representation of color #1FAD52: hue angle of 141.55º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD52 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 82 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.32 |
| HSL | 141.55º | 0.7% | 0.4% | - |
| HSV(B) | 141.55º | 0.82% | 0.68% | - |
| XYZ | 17.03 | 30.79 | 13.03 | - |
| YUV | 120.17 | 106.46 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 82 | 0.82 | 0 | 0.53 | 0.32 | 141.55 | 0.7 | 0.4 |
| Hex | 1F | AD | 52 | 52 | 0 | 35 | 20 | 8E | 46 | 28 |
| Octal | 37 | 255 | 122 | 122 | 0 | 65 | 40 | 216 | 106 | 50 |
| Binary | 11111 | 10101101 | 1010010 | 1010010 | 0 | 110101 | 100000 | 10001110 | 1000110 | 101000 |
Color Harmonies of #1FAD52
Complementary color
Monochromatic Colors of #1FAD52
Black with #1FAD52
Text Example
Text Example
White with #1FAD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD52; }
p { color: rgb(31,173,82); }
H1.HeaderClassName
{
color: #1FAD52;
}
.AnyTagClassName
{
color: #1FAD52;
}
</style>
background-color css
<style>
a { background-color: #1FAD52; }
a { background-color: rgb(31,173,82); }
div.DivClassName
{
background-color: #1FAD52;
}
.BgClassName
{
background-color: #1FAD52;
}
</style>
border-color css
<style>
span { border-color: #1FAD52; }
span { border-color: rgb(31,173,82); }
td.TdClassName
{
border-color: #1FAD52;
}
.TagClassName
{
border-color: #1FAD52;
}
</style>