Shades of Elf Green #1B935D
Tints of Elf Green #1B935D
RGB
CMYK
RGB Variations
Color information
#1B935D (or 0x1B935D) is known color: Elf Green. HEX triplet: 1B, 93 and 5D. RGB value is (27,147,93). Sum of RGB (Red+Green+Blue) = 27+147+93=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #1B935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B935D is #E46CA2. Grayscale: #696969. Windows color (decimal): -14970019 or 6132507. OLE color: 6132507.
HSL color Cylindrical-coordinate representation of color #1B935D: hue angle of 153º 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 #1B935D is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 147 | 93 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.42 |
| HSL | 153º | 0.69% | 0.34% | - |
| HSV(B) | 153º | 0.82% | 0.58% | - |
| XYZ | 12.86 | 21.89 | 13.9 | - |
| YUV | 104.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 93 | 0.82 | 0 | 0.37 | 0.42 | 153 | 0.69 | 0.34 |
| Hex | 1B | 93 | 5D | 52 | 0 | 25 | 2A | 99 | 45 | 22 |
| Octal | 33 | 223 | 135 | 122 | 0 | 45 | 52 | 231 | 105 | 42 |
| Binary | 11011 | 10010011 | 1011101 | 1010010 | 0 | 100101 | 101010 | 10011001 | 1000101 | 100010 |
Color Harmonies of #1B935D
Complementary color
Monochromatic Colors of #1B935D
Black with #1B935D
Text Example
Text Example
White with #1B935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B935D; }
p { color: rgb(27,147,93); }
H1.HeaderClassName
{
color: #1B935D;
}
.AnyTagClassName
{
color: #1B935D;
}
</style>
background-color css
<style>
a { background-color: #1B935D; }
a { background-color: rgb(27,147,93); }
div.DivClassName
{
background-color: #1B935D;
}
.BgClassName
{
background-color: #1B935D;
}
</style>
border-color css
<style>
span { border-color: #1B935D; }
span { border-color: rgb(27,147,93); }
td.TdClassName
{
border-color: #1B935D;
}
.TagClassName
{
border-color: #1B935D;
}
</style>