Shades of Elf Green #1F927A
Tints of Elf Green #1F927A
RGB
CMYK
RGB Variations
Color information
#1F927A (or 0x1F927A) is known color: Elf Green. HEX triplet: 1F, 92 and 7A. RGB value is (31,146,122). Sum of RGB (Red+Green+Blue) = 31+146+122=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #1F927A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F927A is #E06D85. Grayscale: #6C6C6C. Windows color (decimal): -14708102 or 8032799. OLE color: 8032799.
HSL color Cylindrical-coordinate representation of color #1F927A: hue angle of 167.48º 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 #1F927A is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 146 | 122 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.43 |
| HSL | 167.48º | 0.65% | 0.35% | - |
| HSV(B) | 167.48º | 0.79% | 0.57% | - |
| XYZ | 14.36 | 22.25 | 21.95 | - |
| YUV | 108.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 146 | 122 | 0.79 | 0 | 0.16 | 0.43 | 167.48 | 0.65 | 0.35 |
| Hex | 1F | 92 | 7A | 4F | 0 | 10 | 2B | A7 | 41 | 23 |
| Octal | 37 | 222 | 172 | 117 | 0 | 20 | 53 | 247 | 101 | 43 |
| Binary | 11111 | 10010010 | 1111010 | 1001111 | 0 | 10000 | 101011 | 10100111 | 1000001 | 100011 |
Color Harmonies of #1F927A
Complementary color
Monochromatic Colors of #1F927A
Black with #1F927A
Text Example
Text Example
White with #1F927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F927A; }
p { color: rgb(31,146,122); }
H1.HeaderClassName
{
color: #1F927A;
}
.AnyTagClassName
{
color: #1F927A;
}
</style>
background-color css
<style>
a { background-color: #1F927A; }
a { background-color: rgb(31,146,122); }
div.DivClassName
{
background-color: #1F927A;
}
.BgClassName
{
background-color: #1F927A;
}
</style>
border-color css
<style>
span { border-color: #1F927A; }
span { border-color: rgb(31,146,122); }
td.TdClassName
{
border-color: #1F927A;
}
.TagClassName
{
border-color: #1F927A;
}
</style>