Shades of Elf Green #1F957B
Tints of Elf Green #1F957B
RGB
CMYK
RGB Variations
Color information
#1F957B (or 0x1F957B) is known color: Elf Green. HEX triplet: 1F, 95 and 7B. RGB value is (31,149,123). Sum of RGB (Red+Green+Blue) = 31+149+123=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #1F957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F957B is #E06A84. Grayscale: #6E6E6E. Windows color (decimal): -14707333 or 8099103. OLE color: 8099103.
HSL color Cylindrical-coordinate representation of color #1F957B: hue angle of 166.78º degrees, saturation: 0.66, 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 #1F957B is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 149 | 123 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.42 |
| HSL | 166.78º | 0.66% | 0.35% | - |
| HSV(B) | 166.78º | 0.79% | 0.58% | - |
| XYZ | 14.89 | 23.22 | 22.44 | - |
| YUV | 110.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 149 | 123 | 0.79 | 0 | 0.17 | 0.42 | 166.78 | 0.66 | 0.35 |
| Hex | 1F | 95 | 7B | 4F | 0 | 11 | 2A | A7 | 42 | 23 |
| Octal | 37 | 225 | 173 | 117 | 0 | 21 | 52 | 247 | 102 | 43 |
| Binary | 11111 | 10010101 | 1111011 | 1001111 | 0 | 10001 | 101010 | 10100111 | 1000010 | 100011 |
Color Harmonies of #1F957B
Complementary color
Monochromatic Colors of #1F957B
Black with #1F957B
Text Example
Text Example
White with #1F957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F957B; }
p { color: rgb(31,149,123); }
H1.HeaderClassName
{
color: #1F957B;
}
.AnyTagClassName
{
color: #1F957B;
}
</style>
background-color css
<style>
a { background-color: #1F957B; }
a { background-color: rgb(31,149,123); }
div.DivClassName
{
background-color: #1F957B;
}
.BgClassName
{
background-color: #1F957B;
}
</style>
border-color css
<style>
span { border-color: #1F957B; }
span { border-color: rgb(31,149,123); }
td.TdClassName
{
border-color: #1F957B;
}
.TagClassName
{
border-color: #1F957B;
}
</style>