Shades of Elf Green #28836A
Tints of Elf Green #28836A
RGB
CMYK
RGB Variations
Color information
#28836A (or 0x28836A) is known color: Elf Green. HEX triplet: 28, 83 and 6A. RGB value is (40,131,106). Sum of RGB (Red+Green+Blue) = 40+131+106=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #28836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28836A is #D77C95. Grayscale: #646464. Windows color (decimal): -14122134 or 6980392. OLE color: 6980392.
HSL color Cylindrical-coordinate representation of color #28836A: hue angle of 163.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28836A is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 106 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.49 |
| HSL | 163.52º | 0.53% | 0.34% | - |
| HSV(B) | 163.52º | 0.69% | 0.51% | - |
| XYZ | 11.59 | 17.72 | 16.45 | - |
| YUV | 100.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 106 | 0.69 | 0 | 0.19 | 0.49 | 163.52 | 0.53 | 0.34 |
| Hex | 28 | 83 | 6A | 45 | 0 | 13 | 31 | A4 | 35 | 22 |
| Octal | 50 | 203 | 152 | 105 | 0 | 23 | 61 | 244 | 65 | 42 |
| Binary | 101000 | 10000011 | 1101010 | 1000101 | 0 | 10011 | 110001 | 10100100 | 110101 | 100010 |
Color Harmonies of #28836A
Complementary color
Monochromatic Colors of #28836A
Black with #28836A
Text Example
Text Example
White with #28836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28836A; }
p { color: rgb(40,131,106); }
H1.HeaderClassName
{
color: #28836A;
}
.AnyTagClassName
{
color: #28836A;
}
</style>
background-color css
<style>
a { background-color: #28836A; }
a { background-color: rgb(40,131,106); }
div.DivClassName
{
background-color: #28836A;
}
.BgClassName
{
background-color: #28836A;
}
</style>
border-color css
<style>
span { border-color: #28836A; }
span { border-color: rgb(40,131,106); }
td.TdClassName
{
border-color: #28836A;
}
.TagClassName
{
border-color: #28836A;
}
</style>