Shades of Elf Green #1B826E
Tints of Elf Green #1B826E
RGB
CMYK
RGB Variations
Color information
#1B826E (or 0x1B826E) is known color: Elf Green. HEX triplet: 1B, 82 and 6E. RGB value is (27,130,110). Sum of RGB (Red+Green+Blue) = 27+130+110=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #1B826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B826E is #E47D91. Grayscale: #606060. Windows color (decimal): -14974354 or 7242267. OLE color: 7242267.
HSL color Cylindrical-coordinate representation of color #1B826E: hue angle of 168.35º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B826E is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 110 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.49 |
| HSL | 168.35º | 0.66% | 0.31% | - |
| HSV(B) | 168.35º | 0.79% | 0.51% | - |
| XYZ | 11.25 | 17.32 | 17.5 | - |
| YUV | 96.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 110 | 0.79 | 0 | 0.15 | 0.49 | 168.35 | 0.66 | 0.31 |
| Hex | 1B | 82 | 6E | 4F | 0 | F | 31 | A8 | 42 | 1F |
| Octal | 33 | 202 | 156 | 117 | 0 | 17 | 61 | 250 | 102 | 37 |
| Binary | 11011 | 10000010 | 1101110 | 1001111 | 0 | 1111 | 110001 | 10101000 | 1000010 | 11111 |
Color Harmonies of #1B826E
Complementary color
Monochromatic Colors of #1B826E
Black with #1B826E
Text Example
Text Example
White with #1B826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B826E; }
p { color: rgb(27,130,110); }
H1.HeaderClassName
{
color: #1B826E;
}
.AnyTagClassName
{
color: #1B826E;
}
</style>
background-color css
<style>
a { background-color: #1B826E; }
a { background-color: rgb(27,130,110); }
div.DivClassName
{
background-color: #1B826E;
}
.BgClassName
{
background-color: #1B826E;
}
</style>
border-color css
<style>
span { border-color: #1B826E; }
span { border-color: rgb(27,130,110); }
td.TdClassName
{
border-color: #1B826E;
}
.TagClassName
{
border-color: #1B826E;
}
</style>