Shades of Elf Green #1B9575
Tints of Elf Green #1B9575
RGB
CMYK
RGB Variations
Color information
#1B9575 (or 0x1B9575) is known color: Elf Green. HEX triplet: 1B, 95 and 75. RGB value is (27,149,117). Sum of RGB (Red+Green+Blue) = 27+149+117=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9575 is #E46A8A. Grayscale: #6C6C6C. Windows color (decimal): -14969483 or 7705883. OLE color: 7705883.
HSL color Cylindrical-coordinate representation of color #1B9575: hue angle of 164.26º 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 #1B9575 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 117 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.42 |
| HSL | 164.26º | 0.69% | 0.35% | - |
| HSV(B) | 164.26º | 0.82% | 0.58% | - |
| XYZ | 14.41 | 23.01 | 20.51 | - |
| YUV | 108.87 | 132.58 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 117 | 0.82 | 0 | 0.21 | 0.42 | 164.26 | 0.69 | 0.35 |
| Hex | 1B | 95 | 75 | 52 | 0 | 15 | 2A | A4 | 45 | 23 |
| Octal | 33 | 225 | 165 | 122 | 0 | 25 | 52 | 244 | 105 | 43 |
| Binary | 11011 | 10010101 | 1110101 | 1010010 | 0 | 10101 | 101010 | 10100100 | 1000101 | 100011 |
Color Harmonies of #1B9575
Complementary color
Monochromatic Colors of #1B9575
Black with #1B9575
Text Example
Text Example
White with #1B9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9575; }
p { color: rgb(27,149,117); }
H1.HeaderClassName
{
color: #1B9575;
}
.AnyTagClassName
{
color: #1B9575;
}
</style>
background-color css
<style>
a { background-color: #1B9575; }
a { background-color: rgb(27,149,117); }
div.DivClassName
{
background-color: #1B9575;
}
.BgClassName
{
background-color: #1B9575;
}
</style>
border-color css
<style>
span { border-color: #1B9575; }
span { border-color: rgb(27,149,117); }
td.TdClassName
{
border-color: #1B9575;
}
.TagClassName
{
border-color: #1B9575;
}
</style>