Shades of Elf Green #1F937B
Tints of Elf Green #1F937B
RGB
CMYK
RGB Variations
Color information
#1F937B (or 0x1F937B) is known color: Elf Green. HEX triplet: 1F, 93 and 7B. RGB value is (31,147,123). Sum of RGB (Red+Green+Blue) = 31+147+123=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #1F937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F937B is #E06C84. Grayscale: #6D6D6D. Windows color (decimal): -14707845 or 8098591. OLE color: 8098591.
HSL color Cylindrical-coordinate representation of color #1F937B: hue angle of 167.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F937B is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 147 | 123 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.42 |
| HSL | 167.59º | 0.65% | 0.35% | - |
| HSV(B) | 167.59º | 0.79% | 0.58% | - |
| XYZ | 14.57 | 22.59 | 22.33 | - |
| YUV | 109.58 | 135.57 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 147 | 123 | 0.79 | 0 | 0.16 | 0.42 | 167.59 | 0.65 | 0.35 |
| Hex | 1F | 93 | 7B | 4F | 0 | 10 | 2A | A8 | 41 | 23 |
| Octal | 37 | 223 | 173 | 117 | 0 | 20 | 52 | 250 | 101 | 43 |
| Binary | 11111 | 10010011 | 1111011 | 1001111 | 0 | 10000 | 101010 | 10101000 | 1000001 | 100011 |
Color Harmonies of #1F937B
Complementary color
Monochromatic Colors of #1F937B
Black with #1F937B
Text Example
Text Example
White with #1F937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F937B; }
p { color: rgb(31,147,123); }
H1.HeaderClassName
{
color: #1F937B;
}
.AnyTagClassName
{
color: #1F937B;
}
</style>
background-color css
<style>
a { background-color: #1F937B; }
a { background-color: rgb(31,147,123); }
div.DivClassName
{
background-color: #1F937B;
}
.BgClassName
{
background-color: #1F937B;
}
</style>
border-color css
<style>
span { border-color: #1F937B; }
span { border-color: rgb(31,147,123); }
td.TdClassName
{
border-color: #1F937B;
}
.TagClassName
{
border-color: #1F937B;
}
</style>