Shades of Elf Green #1B957C
Tints of Elf Green #1B957C
RGB
CMYK
RGB Variations
Color information
#1B957C (or 0x1B957C) is known color: Elf Green. HEX triplet: 1B, 95 and 7C. RGB value is (27,149,124). Sum of RGB (Red+Green+Blue) = 27+149+124=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #1B957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B957C is #E46A83. Grayscale: #6D6D6D. Windows color (decimal): -14969476 or 8164635. OLE color: 8164635.
HSL color Cylindrical-coordinate representation of color #1B957C: hue angle of 167.7º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B957C is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 124 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.42 |
| HSL | 167.7º | 0.69% | 0.35% | - |
| HSV(B) | 167.7º | 0.82% | 0.58% | - |
| XYZ | 14.84 | 23.18 | 22.76 | - |
| YUV | 109.67 | 136.08 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 124 | 0.82 | 0 | 0.17 | 0.42 | 167.7 | 0.69 | 0.35 |
| Hex | 1B | 95 | 7C | 52 | 0 | 11 | 2A | A8 | 45 | 23 |
| Octal | 33 | 225 | 174 | 122 | 0 | 21 | 52 | 250 | 105 | 43 |
| Binary | 11011 | 10010101 | 1111100 | 1010010 | 0 | 10001 | 101010 | 10101000 | 1000101 | 100011 |
Color Harmonies of #1B957C
Complementary color
Monochromatic Colors of #1B957C
Black with #1B957C
Text Example
Text Example
White with #1B957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B957C; }
p { color: rgb(27,149,124); }
H1.HeaderClassName
{
color: #1B957C;
}
.AnyTagClassName
{
color: #1B957C;
}
</style>
background-color css
<style>
a { background-color: #1B957C; }
a { background-color: rgb(27,149,124); }
div.DivClassName
{
background-color: #1B957C;
}
.BgClassName
{
background-color: #1B957C;
}
</style>
border-color css
<style>
span { border-color: #1B957C; }
span { border-color: rgb(27,149,124); }
td.TdClassName
{
border-color: #1B957C;
}
.TagClassName
{
border-color: #1B957C;
}
</style>