Shades of Elf Green #2D896E
Tints of Elf Green #2D896E
RGB
CMYK
RGB Variations
Color information
#2D896E (or 0x2D896E) is known color: Elf Green. HEX triplet: 2D, 89 and 6E. RGB value is (45,137,110). Sum of RGB (Red+Green+Blue) = 45+137+110=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #2D896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D896E is #D27691. Grayscale: #6A6A6A. Windows color (decimal): -13792914 or 7244077. OLE color: 7244077.
HSL color Cylindrical-coordinate representation of color #2D896E: hue angle of 162.39º 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 #2D896E is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 110 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.46 |
| HSL | 162.39º | 0.51% | 0.36% | - |
| HSV(B) | 162.39º | 0.67% | 0.54% | - |
| XYZ | 12.84 | 19.58 | 17.85 | - |
| YUV | 106.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 110 | 0.67 | 0 | 0.20 | 0.46 | 162.39 | 0.51 | 0.36 |
| Hex | 2D | 89 | 6E | 43 | 0 | 14 | 2E | A2 | 33 | 24 |
| Octal | 55 | 211 | 156 | 103 | 0 | 24 | 56 | 242 | 63 | 44 |
| Binary | 101101 | 10001001 | 1101110 | 1000011 | 0 | 10100 | 101110 | 10100010 | 110011 | 100100 |
Color Harmonies of #2D896E
Complementary color
Monochromatic Colors of #2D896E
Black with #2D896E
Text Example
Text Example
White with #2D896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D896E; }
p { color: rgb(45,137,110); }
H1.HeaderClassName
{
color: #2D896E;
}
.AnyTagClassName
{
color: #2D896E;
}
</style>
background-color css
<style>
a { background-color: #2D896E; }
a { background-color: rgb(45,137,110); }
div.DivClassName
{
background-color: #2D896E;
}
.BgClassName
{
background-color: #2D896E;
}
</style>
border-color css
<style>
span { border-color: #2D896E; }
span { border-color: rgb(45,137,110); }
td.TdClassName
{
border-color: #2D896E;
}
.TagClassName
{
border-color: #2D896E;
}
</style>