Shades of Eucalyptus #1F9C62
Tints of Eucalyptus #1F9C62
RGB
CMYK
RGB Variations
Color information
#1F9C62 (or 0x1F9C62) is known color: Eucalyptus. HEX triplet: 1F, 9C and 62. RGB value is (31,156,98). Sum of RGB (Red+Green+Blue) = 31+156+98=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C62 is #E0639D. Grayscale: #707070. Windows color (decimal): -14705566 or 6462495. OLE color: 6462495.
HSL color Cylindrical-coordinate representation of color #1F9C62: hue angle of 152.16º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9C62 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 98 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.39 |
| HSL | 152.16º | 0.67% | 0.37% | - |
| HSV(B) | 152.16º | 0.8% | 0.61% | - |
| XYZ | 14.66 | 24.95 | 15.6 | - |
| YUV | 112.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 98 | 0.80 | 0 | 0.37 | 0.39 | 152.16 | 0.67 | 0.37 |
| Hex | 1F | 9C | 62 | 50 | 0 | 25 | 27 | 98 | 43 | 25 |
| Octal | 37 | 234 | 142 | 120 | 0 | 45 | 47 | 230 | 103 | 45 |
| Binary | 11111 | 10011100 | 1100010 | 1010000 | 0 | 100101 | 100111 | 10011000 | 1000011 | 100101 |
Color Harmonies of #1F9C62
Complementary color
Monochromatic Colors of #1F9C62
Black with #1F9C62
Text Example
Text Example
White with #1F9C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C62; }
p { color: rgb(31,156,98); }
H1.HeaderClassName
{
color: #1F9C62;
}
.AnyTagClassName
{
color: #1F9C62;
}
</style>
background-color css
<style>
a { background-color: #1F9C62; }
a { background-color: rgb(31,156,98); }
div.DivClassName
{
background-color: #1F9C62;
}
.BgClassName
{
background-color: #1F9C62;
}
</style>
border-color css
<style>
span { border-color: #1F9C62; }
span { border-color: rgb(31,156,98); }
td.TdClassName
{
border-color: #1F9C62;
}
.TagClassName
{
border-color: #1F9C62;
}
</style>