Shades of Elf Green #21886B
Tints of Elf Green #21886B
RGB
CMYK
RGB Variations
Color information
#21886B (or 0x21886B) is known color: Elf Green. HEX triplet: 21, 88 and 6B. RGB value is (33,136,107). Sum of RGB (Red+Green+Blue) = 33+136+107=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #21886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21886B is #DE7794. Grayscale: #656565. Windows color (decimal): -14579605 or 7047201. OLE color: 7047201.
HSL color Cylindrical-coordinate representation of color #21886B: hue angle of 163.11º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21886B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 107 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.47 |
| HSL | 163.11º | 0.61% | 0.33% | - |
| HSV(B) | 163.11º | 0.76% | 0.53% | - |
| XYZ | 12.09 | 18.99 | 16.94 | - |
| YUV | 101.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 107 | 0.76 | 0 | 0.21 | 0.47 | 163.11 | 0.61 | 0.33 |
| Hex | 21 | 88 | 6B | 4C | 0 | 15 | 2F | A3 | 3D | 21 |
| Octal | 41 | 210 | 153 | 114 | 0 | 25 | 57 | 243 | 75 | 41 |
| Binary | 100001 | 10001000 | 1101011 | 1001100 | 0 | 10101 | 101111 | 10100011 | 111101 | 100001 |
Color Harmonies of #21886B
Complementary color
Monochromatic Colors of #21886B
Black with #21886B
Text Example
Text Example
White with #21886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21886B; }
p { color: rgb(33,136,107); }
H1.HeaderClassName
{
color: #21886B;
}
.AnyTagClassName
{
color: #21886B;
}
</style>
background-color css
<style>
a { background-color: #21886B; }
a { background-color: rgb(33,136,107); }
div.DivClassName
{
background-color: #21886B;
}
.BgClassName
{
background-color: #21886B;
}
</style>
border-color css
<style>
span { border-color: #21886B; }
span { border-color: rgb(33,136,107); }
td.TdClassName
{
border-color: #21886B;
}
.TagClassName
{
border-color: #21886B;
}
</style>