Shades of Elf Green #1B955D
Tints of Elf Green #1B955D
RGB
CMYK
RGB Variations
Color information
#1B955D (or 0x1B955D) is known color: Elf Green. HEX triplet: 1B, 95 and 5D. RGB value is (27,149,93). Sum of RGB (Red+Green+Blue) = 27+149+93=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #1B955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B955D is #E46AA2. Grayscale: #6A6A6A. Windows color (decimal): -14969507 or 6133019. OLE color: 6133019.
HSL color Cylindrical-coordinate representation of color #1B955D: hue angle of 152.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B955D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 149 | 93 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.42 |
| HSL | 152.46º | 0.69% | 0.35% | - |
| HSV(B) | 152.46º | 0.82% | 0.58% | - |
| XYZ | 13.18 | 22.52 | 14.01 | - |
| YUV | 106.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 149 | 93 | 0.82 | 0 | 0.38 | 0.42 | 152.46 | 0.69 | 0.35 |
| Hex | 1B | 95 | 5D | 52 | 0 | 26 | 2A | 98 | 45 | 23 |
| Octal | 33 | 225 | 135 | 122 | 0 | 46 | 52 | 230 | 105 | 43 |
| Binary | 11011 | 10010101 | 1011101 | 1010010 | 0 | 100110 | 101010 | 10011000 | 1000101 | 100011 |
Color Harmonies of #1B955D
Complementary color
Monochromatic Colors of #1B955D
Black with #1B955D
Text Example
Text Example
White with #1B955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B955D; }
p { color: rgb(27,149,93); }
H1.HeaderClassName
{
color: #1B955D;
}
.AnyTagClassName
{
color: #1B955D;
}
</style>
background-color css
<style>
a { background-color: #1B955D; }
a { background-color: rgb(27,149,93); }
div.DivClassName
{
background-color: #1B955D;
}
.BgClassName
{
background-color: #1B955D;
}
</style>
border-color css
<style>
span { border-color: #1B955D; }
span { border-color: rgb(27,149,93); }
td.TdClassName
{
border-color: #1B955D;
}
.TagClassName
{
border-color: #1B955D;
}
</style>