Shades of Eucalyptus #1F995E
Tints of Eucalyptus #1F995E
RGB
CMYK
RGB Variations
Color information
#1F995E (or 0x1F995E) is known color: Eucalyptus. HEX triplet: 1F, 99 and 5E. RGB value is (31,153,94). Sum of RGB (Red+Green+Blue) = 31+153+94=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #1F995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F995E is #E066A1. Grayscale: #6D6D6D. Windows color (decimal): -14706338 or 6199583. OLE color: 6199583.
HSL color Cylindrical-coordinate representation of color #1F995E: hue angle of 150.98º 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 #1F995E is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 94 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.4 |
| HSL | 150.98º | 0.66% | 0.36% | - |
| HSV(B) | 150.98º | 0.8% | 0.6% | - |
| XYZ | 13.98 | 23.88 | 14.46 | - |
| YUV | 109.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 94 | 0.80 | 0 | 0.39 | 0.4 | 150.98 | 0.66 | 0.36 |
| Hex | 1F | 99 | 5E | 50 | 0 | 27 | 28 | 97 | 42 | 24 |
| Octal | 37 | 231 | 136 | 120 | 0 | 47 | 50 | 227 | 102 | 44 |
| Binary | 11111 | 10011001 | 1011110 | 1010000 | 0 | 100111 | 101000 | 10010111 | 1000010 | 100100 |
Color Harmonies of #1F995E
Complementary color
Monochromatic Colors of #1F995E
Black with #1F995E
Text Example
Text Example
White with #1F995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F995E; }
p { color: rgb(31,153,94); }
H1.HeaderClassName
{
color: #1F995E;
}
.AnyTagClassName
{
color: #1F995E;
}
</style>
background-color css
<style>
a { background-color: #1F995E; }
a { background-color: rgb(31,153,94); }
div.DivClassName
{
background-color: #1F995E;
}
.BgClassName
{
background-color: #1F995E;
}
</style>
border-color css
<style>
span { border-color: #1F995E; }
span { border-color: rgb(31,153,94); }
td.TdClassName
{
border-color: #1F995E;
}
.TagClassName
{
border-color: #1F995E;
}
</style>