Shades of Elf Green #1B9375
Tints of Elf Green #1B9375
RGB
CMYK
RGB Variations
Color information
#1B9375 (or 0x1B9375) is known color: Elf Green. HEX triplet: 1B, 93 and 75. RGB value is (27,147,117). Sum of RGB (Red+Green+Blue) = 27+147+117=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #1B9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B9375 is #E46C8A. Grayscale: #6B6B6B. Windows color (decimal): -14969995 or 7705371. OLE color: 7705371.
HSL color Cylindrical-coordinate representation of color #1B9375: hue angle of 165º 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 #1B9375 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 147 | 117 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.42 |
| HSL | 165º | 0.69% | 0.34% | - |
| HSV(B) | 165º | 0.82% | 0.58% | - |
| XYZ | 14.1 | 22.38 | 20.41 | - |
| YUV | 107.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 117 | 0.82 | 0 | 0.20 | 0.42 | 165 | 0.69 | 0.34 |
| Hex | 1B | 93 | 75 | 52 | 0 | 14 | 2A | A5 | 45 | 22 |
| Octal | 33 | 223 | 165 | 122 | 0 | 24 | 52 | 245 | 105 | 42 |
| Binary | 11011 | 10010011 | 1110101 | 1010010 | 0 | 10100 | 101010 | 10100101 | 1000101 | 100010 |
Color Harmonies of #1B9375
Complementary color
Monochromatic Colors of #1B9375
Black with #1B9375
Text Example
Text Example
White with #1B9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9375; }
p { color: rgb(27,147,117); }
H1.HeaderClassName
{
color: #1B9375;
}
.AnyTagClassName
{
color: #1B9375;
}
</style>
background-color css
<style>
a { background-color: #1B9375; }
a { background-color: rgb(27,147,117); }
div.DivClassName
{
background-color: #1B9375;
}
.BgClassName
{
background-color: #1B9375;
}
</style>
border-color css
<style>
span { border-color: #1B9375; }
span { border-color: rgb(27,147,117); }
td.TdClassName
{
border-color: #1B9375;
}
.TagClassName
{
border-color: #1B9375;
}
</style>