Shades of Elf Green #2D896A
Tints of Elf Green #2D896A
RGB
CMYK
RGB Variations
Color information
#2D896A (or 0x2D896A) is known color: Elf Green. HEX triplet: 2D, 89 and 6A. RGB value is (45,137,106). Sum of RGB (Red+Green+Blue) = 45+137+106=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #2D896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D896A is #D27695. Grayscale: #696969. Windows color (decimal): -13792918 or 6981933. OLE color: 6981933.
HSL color Cylindrical-coordinate representation of color #2D896A: hue angle of 159.78º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D896A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 106 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.46 |
| HSL | 159.78º | 0.51% | 0.36% | - |
| HSV(B) | 159.78º | 0.67% | 0.54% | - |
| XYZ | 12.63 | 19.49 | 16.73 | - |
| YUV | 105.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 106 | 0.67 | 0 | 0.23 | 0.46 | 159.78 | 0.51 | 0.36 |
| Hex | 2D | 89 | 6A | 43 | 0 | 17 | 2E | A0 | 33 | 24 |
| Octal | 55 | 211 | 152 | 103 | 0 | 27 | 56 | 240 | 63 | 44 |
| Binary | 101101 | 10001001 | 1101010 | 1000011 | 0 | 10111 | 101110 | 10100000 | 110011 | 100100 |
Color Harmonies of #2D896A
Complementary color
Monochromatic Colors of #2D896A
Black with #2D896A
Text Example
Text Example
White with #2D896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D896A; }
p { color: rgb(45,137,106); }
H1.HeaderClassName
{
color: #2D896A;
}
.AnyTagClassName
{
color: #2D896A;
}
</style>
background-color css
<style>
a { background-color: #2D896A; }
a { background-color: rgb(45,137,106); }
div.DivClassName
{
background-color: #2D896A;
}
.BgClassName
{
background-color: #2D896A;
}
</style>
border-color css
<style>
span { border-color: #2D896A; }
span { border-color: rgb(45,137,106); }
td.TdClassName
{
border-color: #2D896A;
}
.TagClassName
{
border-color: #2D896A;
}
</style>