Shades of Eucalyptus #1F9C5F
Tints of Eucalyptus #1F9C5F
RGB
CMYK
RGB Variations
Color information
#1F9C5F (or 0x1F9C5F) is known color: Eucalyptus. HEX triplet: 1F, 9C and 5F. RGB value is (31,156,95). Sum of RGB (Red+Green+Blue) = 31+156+95=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C5F is #E063A0. Grayscale: #6F6F6F. Windows color (decimal): -14705569 or 6265887. OLE color: 6265887.
HSL color Cylindrical-coordinate representation of color #1F9C5F: hue angle of 150.72º 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 #1F9C5F is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 95 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.39 |
| HSL | 150.72º | 0.67% | 0.37% | - |
| HSV(B) | 150.72º | 0.8% | 0.61% | - |
| XYZ | 14.52 | 24.89 | 14.87 | - |
| YUV | 111.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 95 | 0.80 | 0 | 0.39 | 0.39 | 150.72 | 0.67 | 0.37 |
| Hex | 1F | 9C | 5F | 50 | 0 | 27 | 27 | 97 | 43 | 25 |
| Octal | 37 | 234 | 137 | 120 | 0 | 47 | 47 | 227 | 103 | 45 |
| Binary | 11111 | 10011100 | 1011111 | 1010000 | 0 | 100111 | 100111 | 10010111 | 1000011 | 100101 |
Color Harmonies of #1F9C5F
Complementary color
Monochromatic Colors of #1F9C5F
Black with #1F9C5F
Text Example
Text Example
White with #1F9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C5F; }
p { color: rgb(31,156,95); }
H1.HeaderClassName
{
color: #1F9C5F;
}
.AnyTagClassName
{
color: #1F9C5F;
}
</style>
background-color css
<style>
a { background-color: #1F9C5F; }
a { background-color: rgb(31,156,95); }
div.DivClassName
{
background-color: #1F9C5F;
}
.BgClassName
{
background-color: #1F9C5F;
}
</style>
border-color css
<style>
span { border-color: #1F9C5F; }
span { border-color: rgb(31,156,95); }
td.TdClassName
{
border-color: #1F9C5F;
}
.TagClassName
{
border-color: #1F9C5F;
}
</style>