Shades of Eucalyptus #1F995B
Tints of Eucalyptus #1F995B
RGB
CMYK
RGB Variations
Color information
#1F995B (or 0x1F995B) is known color: Eucalyptus. HEX triplet: 1F, 99 and 5B. RGB value is (31,153,91). Sum of RGB (Red+Green+Blue) = 31+153+91=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #1F995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F995B is #E066A4. Grayscale: #6D6D6D. Windows color (decimal): -14706341 or 6002975. OLE color: 6002975.
HSL color Cylindrical-coordinate representation of color #1F995B: hue angle of 149.51º 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 #1F995B is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 153 | 91 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.4 |
| HSL | 149.51º | 0.66% | 0.36% | - |
| HSV(B) | 149.51º | 0.8% | 0.6% | - |
| XYZ | 13.84 | 23.83 | 13.77 | - |
| YUV | 109.45 | 117.58 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 91 | 0.80 | 0 | 0.41 | 0.4 | 149.51 | 0.66 | 0.36 |
| Hex | 1F | 99 | 5B | 50 | 0 | 29 | 28 | 96 | 42 | 24 |
| Octal | 37 | 231 | 133 | 120 | 0 | 51 | 50 | 226 | 102 | 44 |
| Binary | 11111 | 10011001 | 1011011 | 1010000 | 0 | 101001 | 101000 | 10010110 | 1000010 | 100100 |
Color Harmonies of #1F995B
Complementary color
Monochromatic Colors of #1F995B
Black with #1F995B
Text Example
Text Example
White with #1F995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F995B; }
p { color: rgb(31,153,91); }
H1.HeaderClassName
{
color: #1F995B;
}
.AnyTagClassName
{
color: #1F995B;
}
</style>
background-color css
<style>
a { background-color: #1F995B; }
a { background-color: rgb(31,153,91); }
div.DivClassName
{
background-color: #1F995B;
}
.BgClassName
{
background-color: #1F995B;
}
</style>
border-color css
<style>
span { border-color: #1F995B; }
span { border-color: rgb(31,153,91); }
td.TdClassName
{
border-color: #1F995B;
}
.TagClassName
{
border-color: #1F995B;
}
</style>