Shades of Elf Green #1B9572
Tints of Elf Green #1B9572
RGB
CMYK
RGB Variations
Color information
#1B9572 (or 0x1B9572) is known color: Elf Green. HEX triplet: 1B, 95 and 72. RGB value is (27,149,114). Sum of RGB (Red+Green+Blue) = 27+149+114=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9572 is #E46A8D. Grayscale: #6C6C6C. Windows color (decimal): -14969486 or 7509275. OLE color: 7509275.
HSL color Cylindrical-coordinate representation of color #1B9572: hue angle of 162.79º 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 #1B9572 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 114 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.42 |
| HSL | 162.79º | 0.69% | 0.35% | - |
| HSV(B) | 162.79º | 0.82% | 0.58% | - |
| XYZ | 14.24 | 22.94 | 19.6 | - |
| YUV | 108.53 | 131.08 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 114 | 0.82 | 0 | 0.23 | 0.42 | 162.79 | 0.69 | 0.35 |
| Hex | 1B | 95 | 72 | 52 | 0 | 17 | 2A | A3 | 45 | 23 |
| Octal | 33 | 225 | 162 | 122 | 0 | 27 | 52 | 243 | 105 | 43 |
| Binary | 11011 | 10010101 | 1110010 | 1010010 | 0 | 10111 | 101010 | 10100011 | 1000101 | 100011 |
Color Harmonies of #1B9572
Complementary color
Monochromatic Colors of #1B9572
Black with #1B9572
Text Example
Text Example
White with #1B9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9572; }
p { color: rgb(27,149,114); }
H1.HeaderClassName
{
color: #1B9572;
}
.AnyTagClassName
{
color: #1B9572;
}
</style>
background-color css
<style>
a { background-color: #1B9572; }
a { background-color: rgb(27,149,114); }
div.DivClassName
{
background-color: #1B9572;
}
.BgClassName
{
background-color: #1B9572;
}
</style>
border-color css
<style>
span { border-color: #1B9572; }
span { border-color: rgb(27,149,114); }
td.TdClassName
{
border-color: #1B9572;
}
.TagClassName
{
border-color: #1B9572;
}
</style>