Shades of Eucalyptus #1F975C
Tints of Eucalyptus #1F975C
RGB
CMYK
RGB Variations
Color information
#1F975C (or 0x1F975C) is known color: Eucalyptus. HEX triplet: 1F, 97 and 5C. RGB value is (31,151,92). Sum of RGB (Red+Green+Blue) = 31+151+92=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #1F975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F975C is #E068A3. Grayscale: #6C6C6C. Windows color (decimal): -14706852 or 6067999. OLE color: 6067999.
HSL color Cylindrical-coordinate representation of color #1F975C: hue angle of 150.5º 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 #1F975C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 151 | 92 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.41 |
| HSL | 150.5º | 0.66% | 0.36% | - |
| HSV(B) | 150.5º | 0.79% | 0.59% | - |
| XYZ | 13.56 | 23.2 | 13.89 | - |
| YUV | 108.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 92 | 0.79 | 0 | 0.39 | 0.41 | 150.5 | 0.66 | 0.36 |
| Hex | 1F | 97 | 5C | 4F | 0 | 27 | 29 | 96 | 42 | 24 |
| Octal | 37 | 227 | 134 | 117 | 0 | 47 | 51 | 226 | 102 | 44 |
| Binary | 11111 | 10010111 | 1011100 | 1001111 | 0 | 100111 | 101001 | 10010110 | 1000010 | 100100 |
Color Harmonies of #1F975C
Complementary color
Monochromatic Colors of #1F975C
Black with #1F975C
Text Example
Text Example
White with #1F975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F975C; }
p { color: rgb(31,151,92); }
H1.HeaderClassName
{
color: #1F975C;
}
.AnyTagClassName
{
color: #1F975C;
}
</style>
background-color css
<style>
a { background-color: #1F975C; }
a { background-color: rgb(31,151,92); }
div.DivClassName
{
background-color: #1F975C;
}
.BgClassName
{
background-color: #1F975C;
}
</style>
border-color css
<style>
span { border-color: #1F975C; }
span { border-color: rgb(31,151,92); }
td.TdClassName
{
border-color: #1F975C;
}
.TagClassName
{
border-color: #1F975C;
}
</style>