Shades of Elf Green #1BA369
Tints of Elf Green #1BA369
RGB
CMYK
RGB Variations
Color information
#1BA369 (or 0x1BA369) is known color: Elf Green. HEX triplet: 1B, A3 and 69. RGB value is (27,163,105). Sum of RGB (Red+Green+Blue) = 27+163+105=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA369 is #E45C96. Grayscale: #737373. Windows color (decimal): -14965911 or 6923035. OLE color: 6923035.
HSL color Cylindrical-coordinate representation of color #1BA369: hue angle of 154.41º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA369 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 105 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.36 |
| HSL | 154.41º | 0.72% | 0.37% | - |
| HSV(B) | 154.41º | 0.83% | 0.64% | - |
| XYZ | 16.1 | 27.45 | 17.81 | - |
| YUV | 115.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 105 | 0.83 | 0 | 0.36 | 0.36 | 154.41 | 0.72 | 0.37 |
| Hex | 1B | A3 | 69 | 53 | 0 | 24 | 24 | 9A | 48 | 25 |
| Octal | 33 | 243 | 151 | 123 | 0 | 44 | 44 | 232 | 110 | 45 |
| Binary | 11011 | 10100011 | 1101001 | 1010011 | 0 | 100100 | 100100 | 10011010 | 1001000 | 100101 |
Color Harmonies of #1BA369
Complementary color
Monochromatic Colors of #1BA369
Black with #1BA369
Text Example
Text Example
White with #1BA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA369; }
p { color: rgb(27,163,105); }
H1.HeaderClassName
{
color: #1BA369;
}
.AnyTagClassName
{
color: #1BA369;
}
</style>
background-color css
<style>
a { background-color: #1BA369; }
a { background-color: rgb(27,163,105); }
div.DivClassName
{
background-color: #1BA369;
}
.BgClassName
{
background-color: #1BA369;
}
</style>
border-color css
<style>
span { border-color: #1BA369; }
span { border-color: rgb(27,163,105); }
td.TdClassName
{
border-color: #1BA369;
}
.TagClassName
{
border-color: #1BA369;
}
</style>