Shades of Elf Green #1B957D
Tints of Elf Green #1B957D
RGB
CMYK
RGB Variations
Color information
#1B957D (or 0x1B957D) is known color: Elf Green. HEX triplet: 1B, 95 and 7D. RGB value is (27,149,125). Sum of RGB (Red+Green+Blue) = 27+149+125=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #1B957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B957D is #E46A82. Grayscale: #6D6D6D. Windows color (decimal): -14969475 or 8230171. OLE color: 8230171.
HSL color Cylindrical-coordinate representation of color #1B957D: hue angle of 168.2º 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 #1B957D is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 125 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.42 |
| HSL | 168.2º | 0.69% | 0.35% | - |
| HSV(B) | 168.2º | 0.82% | 0.58% | - |
| XYZ | 14.9 | 23.21 | 23.1 | - |
| YUV | 109.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 125 | 0.82 | 0 | 0.16 | 0.42 | 168.2 | 0.69 | 0.35 |
| Hex | 1B | 95 | 7D | 52 | 0 | 10 | 2A | A8 | 45 | 23 |
| Octal | 33 | 225 | 175 | 122 | 0 | 20 | 52 | 250 | 105 | 43 |
| Binary | 11011 | 10010101 | 1111101 | 1010010 | 0 | 10000 | 101010 | 10101000 | 1000101 | 100011 |
Color Harmonies of #1B957D
Complementary color
Monochromatic Colors of #1B957D
Black with #1B957D
Text Example
Text Example
White with #1B957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B957D; }
p { color: rgb(27,149,125); }
H1.HeaderClassName
{
color: #1B957D;
}
.AnyTagClassName
{
color: #1B957D;
}
</style>
background-color css
<style>
a { background-color: #1B957D; }
a { background-color: rgb(27,149,125); }
div.DivClassName
{
background-color: #1B957D;
}
.BgClassName
{
background-color: #1B957D;
}
</style>
border-color css
<style>
span { border-color: #1B957D; }
span { border-color: rgb(27,149,125); }
td.TdClassName
{
border-color: #1B957D;
}
.TagClassName
{
border-color: #1B957D;
}
</style>