Shades of Eucalyptus #1F9F5E
Tints of Eucalyptus #1F9F5E
RGB
CMYK
RGB Variations
Color information
#1F9F5E (or 0x1F9F5E) is known color: Eucalyptus. HEX triplet: 1F, 9F and 5E. RGB value is (31,159,94). Sum of RGB (Red+Green+Blue) = 31+159+94=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 159 (62.5% from 255 or 55.99% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9F5E is #E060A1. Grayscale: #717171. Windows color (decimal): -14704802 or 6201119. OLE color: 6201119.
HSL color Cylindrical-coordinate representation of color #1F9F5E: hue angle of 149.53º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F9F5E is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
RGB | 31 | 159 | 94 | - |
CMYK | 0.81 | 0 | 0.41 | 0.38 |
HSL | 149.53º | 0.67% | 0.37% | - |
HSV(B) | 149.53º | 0.81% | 0.62% | - |
XYZ | 14.98 | 25.9 | 14.8 | - |
YUV | 113.32 | 117.09 | 69.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 159 | 94 | 0.81 | 0 | 0.41 | 0.38 | 149.53 | 0.67 | 0.37 |
Hex | 1F | 9F | 5E | 51 | 0 | 29 | 26 | 96 | 43 | 25 |
Octal | 37 | 237 | 136 | 121 | 0 | 51 | 46 | 226 | 103 | 45 |
Binary | 11111 | 10011111 | 1011110 | 1010001 | 0 | 101001 | 100110 | 10010110 | 1000011 | 100101 |
Color Harmonies of #1F9F5E
Complementary color
Monochromatic Colors of #1F9F5E
Black with #1F9F5E
Text Example
Text Example
White with #1F9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9F5E; }
p { color: rgb(31,159,94); }
H1.HeaderClassName
{
color: #1F9F5E;
}
.AnyTagClassName
{
color: #1F9F5E;
}
</style>
background-color css
<style>
a { background-color: #1F9F5E; }
a { background-color: rgb(31,159,94); }
div.DivClassName
{
background-color: #1F9F5E;
}
.BgClassName
{
background-color: #1F9F5E;
}
</style>
border-color css
<style>
span { border-color: #1F9F5E; }
span { border-color: rgb(31,159,94); }
td.TdClassName
{
border-color: #1F9F5E;
}
.TagClassName
{
border-color: #1F9F5E;
}
</style>