Shades of Eucalyptus #1F9C5C
Tints of Eucalyptus #1F9C5C
RGB
CMYK
RGB Variations
Color information
#1F9C5C (or 0x1F9C5C) is known color: Eucalyptus. HEX triplet: 1F, 9C and 5C. RGB value is (31,156,92). Sum of RGB (Red+Green+Blue) = 31+156+92=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C5C is #E063A3. Grayscale: #6F6F6F. Windows color (decimal): -14705572 or 6069279. OLE color: 6069279.
HSL color Cylindrical-coordinate representation of color #1F9C5C: hue angle of 149.28º 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 #1F9C5C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 156 | 92 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.39 |
| HSL | 149.28º | 0.67% | 0.37% | - |
| HSV(B) | 149.28º | 0.8% | 0.61% | - |
| XYZ | 14.39 | 24.84 | 14.16 | - |
| YUV | 111.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 92 | 0.80 | 0 | 0.41 | 0.39 | 149.28 | 0.67 | 0.37 |
| Hex | 1F | 9C | 5C | 50 | 0 | 29 | 27 | 95 | 43 | 25 |
| Octal | 37 | 234 | 134 | 120 | 0 | 51 | 47 | 225 | 103 | 45 |
| Binary | 11111 | 10011100 | 1011100 | 1010000 | 0 | 101001 | 100111 | 10010101 | 1000011 | 100101 |
Color Harmonies of #1F9C5C
Complementary color
Monochromatic Colors of #1F9C5C
Black with #1F9C5C
Text Example
Text Example
White with #1F9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9C5C; }
p { color: rgb(31,156,92); }
H1.HeaderClassName
{
color: #1F9C5C;
}
.AnyTagClassName
{
color: #1F9C5C;
}
</style>
background-color css
<style>
a { background-color: #1F9C5C; }
a { background-color: rgb(31,156,92); }
div.DivClassName
{
background-color: #1F9C5C;
}
.BgClassName
{
background-color: #1F9C5C;
}
</style>
border-color css
<style>
span { border-color: #1F9C5C; }
span { border-color: rgb(31,156,92); }
td.TdClassName
{
border-color: #1F9C5C;
}
.TagClassName
{
border-color: #1F9C5C;
}
</style>