Shades of Elf Green #1B9168
Tints of Elf Green #1B9168
RGB
CMYK
RGB Variations
Color information
#1B9168 (or 0x1B9168) is known color: Elf Green. HEX triplet: 1B, 91 and 68. RGB value is (27,145,104). Sum of RGB (Red+Green+Blue) = 27+145+104=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #1B9168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9168 is #E46E97. Grayscale: #696969. Windows color (decimal): -14970520 or 6852891. OLE color: 6852891.
HSL color Cylindrical-coordinate representation of color #1B9168: hue angle of 159.15º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9168 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 145 | 104 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.43 |
| HSL | 159.15º | 0.69% | 0.34% | - |
| HSV(B) | 159.15º | 0.81% | 0.57% | - |
| XYZ | 13.08 | 21.48 | 16.55 | - |
| YUV | 105.04 | 127.41 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 104 | 0.81 | 0 | 0.28 | 0.43 | 159.15 | 0.69 | 0.34 |
| Hex | 1B | 91 | 68 | 51 | 0 | 1C | 2B | 9F | 45 | 22 |
| Octal | 33 | 221 | 150 | 121 | 0 | 34 | 53 | 237 | 105 | 42 |
| Binary | 11011 | 10010001 | 1101000 | 1010001 | 0 | 11100 | 101011 | 10011111 | 1000101 | 100010 |
Color Harmonies of #1B9168
Complementary color
Monochromatic Colors of #1B9168
Black with #1B9168
Text Example
Text Example
White with #1B9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9168; }
p { color: rgb(27,145,104); }
H1.HeaderClassName
{
color: #1B9168;
}
.AnyTagClassName
{
color: #1B9168;
}
</style>
background-color css
<style>
a { background-color: #1B9168; }
a { background-color: rgb(27,145,104); }
div.DivClassName
{
background-color: #1B9168;
}
.BgClassName
{
background-color: #1B9168;
}
</style>
border-color css
<style>
span { border-color: #1B9168; }
span { border-color: rgb(27,145,104); }
td.TdClassName
{
border-color: #1B9168;
}
.TagClassName
{
border-color: #1B9168;
}
</style>