Shades of Elf Green #1F8F7B
Tints of Elf Green #1F8F7B
RGB
CMYK
RGB Variations
Color information
#1F8F7B (or 0x1F8F7B) is known color: Elf Green. HEX triplet: 1F, 8F and 7B. RGB value is (31,143,123). Sum of RGB (Red+Green+Blue) = 31+143+123=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8F7B is #E07084. Grayscale: #6B6B6B. Windows color (decimal): -14708869 or 8097567. OLE color: 8097567.
HSL color Cylindrical-coordinate representation of color #1F8F7B: hue angle of 169.29º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F7B is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 143 | 123 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.44 |
| HSL | 169.29º | 0.64% | 0.34% | - |
| HSV(B) | 169.29º | 0.78% | 0.56% | - |
| XYZ | 13.96 | 21.37 | 22.13 | - |
| YUV | 107.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 143 | 123 | 0.78 | 0 | 0.14 | 0.44 | 169.29 | 0.64 | 0.34 |
| Hex | 1F | 8F | 7B | 4E | 0 | E | 2C | A9 | 40 | 22 |
| Octal | 37 | 217 | 173 | 116 | 0 | 16 | 54 | 251 | 100 | 42 |
| Binary | 11111 | 10001111 | 1111011 | 1001110 | 0 | 1110 | 101100 | 10101001 | 1000000 | 100010 |
Color Harmonies of #1F8F7B
Complementary color
Monochromatic Colors of #1F8F7B
Black with #1F8F7B
Text Example
Text Example
White with #1F8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8F7B; }
p { color: rgb(31,143,123); }
H1.HeaderClassName
{
color: #1F8F7B;
}
.AnyTagClassName
{
color: #1F8F7B;
}
</style>
background-color css
<style>
a { background-color: #1F8F7B; }
a { background-color: rgb(31,143,123); }
div.DivClassName
{
background-color: #1F8F7B;
}
.BgClassName
{
background-color: #1F8F7B;
}
</style>
border-color css
<style>
span { border-color: #1F8F7B; }
span { border-color: rgb(31,143,123); }
td.TdClassName
{
border-color: #1F8F7B;
}
.TagClassName
{
border-color: #1F8F7B;
}
</style>