Shades of Elf Green #1B8172
Tints of Elf Green #1B8172
RGB
CMYK
RGB Variations
Color information
#1B8172 (or 0x1B8172) is known color: Elf Green. HEX triplet: 1B, 81 and 72. RGB value is (27,129,114). Sum of RGB (Red+Green+Blue) = 27+129+114=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #1B8172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8172 is #E47E8D. Grayscale: #606060. Windows color (decimal): -14974606 or 7504155. OLE color: 7504155.
HSL color Cylindrical-coordinate representation of color #1B8172: hue angle of 171.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8172 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 114 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.49 |
| HSL | 171.18º | 0.65% | 0.31% | - |
| HSV(B) | 171.18º | 0.79% | 0.51% | - |
| XYZ | 11.34 | 17.15 | 18.63 | - |
| YUV | 96.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 114 | 0.79 | 0 | 0.12 | 0.49 | 171.18 | 0.65 | 0.31 |
| Hex | 1B | 81 | 72 | 4F | 0 | C | 31 | AB | 41 | 1F |
| Octal | 33 | 201 | 162 | 117 | 0 | 14 | 61 | 253 | 101 | 37 |
| Binary | 11011 | 10000001 | 1110010 | 1001111 | 0 | 1100 | 110001 | 10101011 | 1000001 | 11111 |
Color Harmonies of #1B8172
Complementary color
Monochromatic Colors of #1B8172
Black with #1B8172
Text Example
Text Example
White with #1B8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8172; }
p { color: rgb(27,129,114); }
H1.HeaderClassName
{
color: #1B8172;
}
.AnyTagClassName
{
color: #1B8172;
}
</style>
background-color css
<style>
a { background-color: #1B8172; }
a { background-color: rgb(27,129,114); }
div.DivClassName
{
background-color: #1B8172;
}
.BgClassName
{
background-color: #1B8172;
}
</style>
border-color css
<style>
span { border-color: #1B8172; }
span { border-color: rgb(27,129,114); }
td.TdClassName
{
border-color: #1B8172;
}
.TagClassName
{
border-color: #1B8172;
}
</style>