Shades of Elf Green #1B9165
Tints of Elf Green #1B9165
RGB
CMYK
RGB Variations
Color information
#1B9165 (or 0x1B9165) is known color: Elf Green. HEX triplet: 1B, 91 and 65. RGB value is (27,145,101). Sum of RGB (Red+Green+Blue) = 27+145+101=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #1B9165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9165 is #E46E9A. Grayscale: #686868. Windows color (decimal): -14970523 or 6656283. OLE color: 6656283.
HSL color Cylindrical-coordinate representation of color #1B9165: hue angle of 157.63º 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 #1B9165 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 145 | 101 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.43 |
| HSL | 157.63º | 0.69% | 0.34% | - |
| HSV(B) | 157.63º | 0.81% | 0.57% | - |
| XYZ | 12.93 | 21.42 | 15.77 | - |
| YUV | 104.7 | 125.91 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 101 | 0.81 | 0 | 0.30 | 0.43 | 157.63 | 0.69 | 0.34 |
| Hex | 1B | 91 | 65 | 51 | 0 | 1E | 2B | 9E | 45 | 22 |
| Octal | 33 | 221 | 145 | 121 | 0 | 36 | 53 | 236 | 105 | 42 |
| Binary | 11011 | 10010001 | 1100101 | 1010001 | 0 | 11110 | 101011 | 10011110 | 1000101 | 100010 |
Color Harmonies of #1B9165
Complementary color
Monochromatic Colors of #1B9165
Black with #1B9165
Text Example
Text Example
White with #1B9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9165; }
p { color: rgb(27,145,101); }
H1.HeaderClassName
{
color: #1B9165;
}
.AnyTagClassName
{
color: #1B9165;
}
</style>
background-color css
<style>
a { background-color: #1B9165; }
a { background-color: rgb(27,145,101); }
div.DivClassName
{
background-color: #1B9165;
}
.BgClassName
{
background-color: #1B9165;
}
</style>
border-color css
<style>
span { border-color: #1B9165; }
span { border-color: rgb(27,145,101); }
td.TdClassName
{
border-color: #1B9165;
}
.TagClassName
{
border-color: #1B9165;
}
</style>