Shades of Eucalyptus #1F975F
Tints of Eucalyptus #1F975F
RGB
CMYK
RGB Variations
Color information
#1F975F (or 0x1F975F) is known color: Eucalyptus. HEX triplet: 1F, 97 and 5F. RGB value is (31,151,95). Sum of RGB (Red+Green+Blue) = 31+151+95=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #1F975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F975F is #E068A0. Grayscale: #6C6C6C. Windows color (decimal): -14706849 or 6264607. OLE color: 6264607.
HSL color Cylindrical-coordinate representation of color #1F975F: hue angle of 152º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F975F is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 95 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.41 |
| HSL | 152º | 0.66% | 0.36% | - |
| HSV(B) | 152º | 0.79% | 0.59% | - |
| XYZ | 13.7 | 23.25 | 14.59 | - |
| YUV | 108.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 95 | 0.79 | 0 | 0.37 | 0.41 | 152 | 0.66 | 0.36 |
| Hex | 1F | 97 | 5F | 4F | 0 | 25 | 29 | 98 | 42 | 24 |
| Octal | 37 | 227 | 137 | 117 | 0 | 45 | 51 | 230 | 102 | 44 |
| Binary | 11111 | 10010111 | 1011111 | 1001111 | 0 | 100101 | 101001 | 10011000 | 1000010 | 100100 |
Color Harmonies of #1F975F
Complementary color
Monochromatic Colors of #1F975F
Black with #1F975F
Text Example
Text Example
White with #1F975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F975F; }
p { color: rgb(31,151,95); }
H1.HeaderClassName
{
color: #1F975F;
}
.AnyTagClassName
{
color: #1F975F;
}
</style>
background-color css
<style>
a { background-color: #1F975F; }
a { background-color: rgb(31,151,95); }
div.DivClassName
{
background-color: #1F975F;
}
.BgClassName
{
background-color: #1F975F;
}
</style>
border-color css
<style>
span { border-color: #1F975F; }
span { border-color: rgb(31,151,95); }
td.TdClassName
{
border-color: #1F975F;
}
.TagClassName
{
border-color: #1F975F;
}
</style>