Shades of Elf Green #1F9271
Tints of Elf Green #1F9271
RGB
CMYK
RGB Variations
Color information
#1F9271 (or 0x1F9271) is known color: Elf Green. HEX triplet: 1F, 92 and 71. RGB value is (31,146,113). Sum of RGB (Red+Green+Blue) = 31+146+113=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9271 is #E06D8E. Grayscale: #6B6B6B. Windows color (decimal): -14708111 or 7442975. OLE color: 7442975.
HSL color Cylindrical-coordinate representation of color #1F9271: hue angle of 162.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9271 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 113 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.43 |
| HSL | 162.78º | 0.65% | 0.35% | - |
| HSV(B) | 162.78º | 0.79% | 0.57% | - |
| XYZ | 13.82 | 22.04 | 19.15 | - |
| YUV | 107.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 113 | 0.79 | 0 | 0.23 | 0.43 | 162.78 | 0.65 | 0.35 |
| Hex | 1F | 92 | 71 | 4F | 0 | 17 | 2B | A3 | 41 | 23 |
| Octal | 37 | 222 | 161 | 117 | 0 | 27 | 53 | 243 | 101 | 43 |
| Binary | 11111 | 10010010 | 1110001 | 1001111 | 0 | 10111 | 101011 | 10100011 | 1000001 | 100011 |
Color Harmonies of #1F9271
Complementary color
Monochromatic Colors of #1F9271
Black with #1F9271
Text Example
Text Example
White with #1F9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9271; }
p { color: rgb(31,146,113); }
H1.HeaderClassName
{
color: #1F9271;
}
.AnyTagClassName
{
color: #1F9271;
}
</style>
background-color css
<style>
a { background-color: #1F9271; }
a { background-color: rgb(31,146,113); }
div.DivClassName
{
background-color: #1F9271;
}
.BgClassName
{
background-color: #1F9271;
}
</style>
border-color css
<style>
span { border-color: #1F9271; }
span { border-color: rgb(31,146,113); }
td.TdClassName
{
border-color: #1F9271;
}
.TagClassName
{
border-color: #1F9271;
}
</style>