Shades of Elf Green #1B9462
Tints of Elf Green #1B9462
RGB
CMYK
RGB Variations
Color information
#1B9462 (or 0x1B9462) is known color: Elf Green. HEX triplet: 1B, 94 and 62. RGB value is (27,148,98). Sum of RGB (Red+Green+Blue) = 27+148+98=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9462 is #E46B9D. Grayscale: #6A6A6A. Windows color (decimal): -14969758 or 6460443. OLE color: 6460443.
HSL color Cylindrical-coordinate representation of color #1B9462: hue angle of 155.21º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9462 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 98 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.42 |
| HSL | 155.21º | 0.69% | 0.34% | - |
| HSV(B) | 155.21º | 0.82% | 0.58% | - |
| XYZ | 13.25 | 22.29 | 15.16 | - |
| YUV | 106.12 | 123.41 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 98 | 0.82 | 0 | 0.34 | 0.42 | 155.21 | 0.69 | 0.34 |
| Hex | 1B | 94 | 62 | 52 | 0 | 22 | 2A | 9B | 45 | 22 |
| Octal | 33 | 224 | 142 | 122 | 0 | 42 | 52 | 233 | 105 | 42 |
| Binary | 11011 | 10010100 | 1100010 | 1010010 | 0 | 100010 | 101010 | 10011011 | 1000101 | 100010 |
Color Harmonies of #1B9462
Complementary color
Monochromatic Colors of #1B9462
Black with #1B9462
Text Example
Text Example
White with #1B9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9462; }
p { color: rgb(27,148,98); }
H1.HeaderClassName
{
color: #1B9462;
}
.AnyTagClassName
{
color: #1B9462;
}
</style>
background-color css
<style>
a { background-color: #1B9462; }
a { background-color: rgb(27,148,98); }
div.DivClassName
{
background-color: #1B9462;
}
.BgClassName
{
background-color: #1B9462;
}
</style>
border-color css
<style>
span { border-color: #1B9462; }
span { border-color: rgb(27,148,98); }
td.TdClassName
{
border-color: #1B9462;
}
.TagClassName
{
border-color: #1B9462;
}
</style>