Shades of Eucalyptus #1F9960
Tints of Eucalyptus #1F9960
RGB
CMYK
RGB Variations
Color information
#1F9960 (or 0x1F9960) is known color: Eucalyptus. HEX triplet: 1F, 99 and 60. RGB value is (31,153,96). Sum of RGB (Red+Green+Blue) = 31+153+96=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9960 is #E0669F. Grayscale: #6E6E6E. Windows color (decimal): -14706336 or 6330655. OLE color: 6330655.
HSL color Cylindrical-coordinate representation of color #1F9960: hue angle of 151.97º 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 #1F9960 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 96 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.4 |
| HSL | 151.97º | 0.66% | 0.36% | - |
| HSV(B) | 151.97º | 0.8% | 0.6% | - |
| XYZ | 14.07 | 23.92 | 14.94 | - |
| YUV | 110.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 96 | 0.80 | 0 | 0.37 | 0.4 | 151.97 | 0.66 | 0.36 |
| Hex | 1F | 99 | 60 | 50 | 0 | 25 | 28 | 98 | 42 | 24 |
| Octal | 37 | 231 | 140 | 120 | 0 | 45 | 50 | 230 | 102 | 44 |
| Binary | 11111 | 10011001 | 1100000 | 1010000 | 0 | 100101 | 101000 | 10011000 | 1000010 | 100100 |
Color Harmonies of #1F9960
Complementary color
Monochromatic Colors of #1F9960
Black with #1F9960
Text Example
Text Example
White with #1F9960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9960; }
p { color: rgb(31,153,96); }
H1.HeaderClassName
{
color: #1F9960;
}
.AnyTagClassName
{
color: #1F9960;
}
</style>
background-color css
<style>
a { background-color: #1F9960; }
a { background-color: rgb(31,153,96); }
div.DivClassName
{
background-color: #1F9960;
}
.BgClassName
{
background-color: #1F9960;
}
</style>
border-color css
<style>
span { border-color: #1F9960; }
span { border-color: rgb(31,153,96); }
td.TdClassName
{
border-color: #1F9960;
}
.TagClassName
{
border-color: #1F9960;
}
</style>