Shades of Eucalyptus #1F985A
Tints of Eucalyptus #1F985A
RGB
CMYK
RGB Variations
Color information
#1F985A (or 0x1F985A) is known color: Eucalyptus. HEX triplet: 1F, 98 and 5A. RGB value is (31,152,90). Sum of RGB (Red+Green+Blue) = 31+152+90=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #1F985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F985A is #E067A5. Grayscale: #6C6C6C. Windows color (decimal): -14706598 or 5937183. OLE color: 5937183.
HSL color Cylindrical-coordinate representation of color #1F985A: hue angle of 149.26º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F985A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 90 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.40 |
| HSL | 149.26º | 0.66% | 0.36% | - |
| HSV(B) | 149.26º | 0.8% | 0.6% | - |
| XYZ | 13.64 | 23.49 | 13.49 | - |
| YUV | 108.75 | 117.41 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 90 | 0.80 | 0 | 0.41 | 0.40 | 149.26 | 0.66 | 0.36 |
| Hex | 1F | 98 | 5A | 50 | 0 | 29 | 28 | 95 | 42 | 24 |
| Octal | 37 | 230 | 132 | 120 | 0 | 51 | 50 | 225 | 102 | 44 |
| Binary | 11111 | 10011000 | 1011010 | 1010000 | 0 | 101001 | 101000 | 10010101 | 1000010 | 100100 |
Color Harmonies of #1F985A
Complementary color
Monochromatic Colors of #1F985A
Black with #1F985A
Text Example
Text Example
White with #1F985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F985A; }
p { color: rgb(31,152,90); }
H1.HeaderClassName
{
color: #1F985A;
}
.AnyTagClassName
{
color: #1F985A;
}
</style>
background-color css
<style>
a { background-color: #1F985A; }
a { background-color: rgb(31,152,90); }
div.DivClassName
{
background-color: #1F985A;
}
.BgClassName
{
background-color: #1F985A;
}
</style>
border-color css
<style>
span { border-color: #1F985A; }
span { border-color: rgb(31,152,90); }
td.TdClassName
{
border-color: #1F985A;
}
.TagClassName
{
border-color: #1F985A;
}
</style>