Shades of Eucalyptus #1FA152
Tints of Eucalyptus #1FA152
RGB
CMYK
RGB Variations
Color information
#1FA152 (or 0x1FA152) is known color: Eucalyptus. HEX triplet: 1F, A1 and 52. RGB value is (31,161,82). Sum of RGB (Red+Green+Blue) = 31+161+82=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA152 is #E05EAD. Grayscale: #717171. Windows color (decimal): -14704302 or 5415199. OLE color: 5415199.
HSL color Cylindrical-coordinate representation of color #1FA152: hue angle of 143.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA152 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 82 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.37 |
| HSL | 143.54º | 0.68% | 0.38% | - |
| HSV(B) | 143.54º | 0.81% | 0.63% | - |
| XYZ | 14.83 | 26.39 | 12.29 | - |
| YUV | 113.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 82 | 0.81 | 0 | 0.49 | 0.37 | 143.54 | 0.68 | 0.38 |
| Hex | 1F | A1 | 52 | 51 | 0 | 31 | 25 | 90 | 44 | 26 |
| Octal | 37 | 241 | 122 | 121 | 0 | 61 | 45 | 220 | 104 | 46 |
| Binary | 11111 | 10100001 | 1010010 | 1010001 | 0 | 110001 | 100101 | 10010000 | 1000100 | 100110 |
Color Harmonies of #1FA152
Complementary color
Monochromatic Colors of #1FA152
Black with #1FA152
Text Example
Text Example
White with #1FA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA152; }
p { color: rgb(31,161,82); }
H1.HeaderClassName
{
color: #1FA152;
}
.AnyTagClassName
{
color: #1FA152;
}
</style>
background-color css
<style>
a { background-color: #1FA152; }
a { background-color: rgb(31,161,82); }
div.DivClassName
{
background-color: #1FA152;
}
.BgClassName
{
background-color: #1FA152;
}
</style>
border-color css
<style>
span { border-color: #1FA152; }
span { border-color: rgb(31,161,82); }
td.TdClassName
{
border-color: #1FA152;
}
.TagClassName
{
border-color: #1FA152;
}
</style>