Shades of Elf Green #2D896D
Tints of Elf Green #2D896D
RGB
CMYK
RGB Variations
Color information
#2D896D (or 0x2D896D) is known color: Elf Green. HEX triplet: 2D, 89 and 6D. RGB value is (45,137,109). Sum of RGB (Red+Green+Blue) = 45+137+109=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #2D896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D896D is #D27692. Grayscale: #6A6A6A. Windows color (decimal): -13792915 or 7178541. OLE color: 7178541.
HSL color Cylindrical-coordinate representation of color #2D896D: hue angle of 161.74º 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 #2D896D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 109 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.46 |
| HSL | 161.74º | 0.51% | 0.36% | - |
| HSV(B) | 161.74º | 0.67% | 0.54% | - |
| XYZ | 12.79 | 19.55 | 17.57 | - |
| YUV | 106.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 109 | 0.67 | 0 | 0.20 | 0.46 | 161.74 | 0.51 | 0.36 |
| Hex | 2D | 89 | 6D | 43 | 0 | 14 | 2E | A2 | 33 | 24 |
| Octal | 55 | 211 | 155 | 103 | 0 | 24 | 56 | 242 | 63 | 44 |
| Binary | 101101 | 10001001 | 1101101 | 1000011 | 0 | 10100 | 101110 | 10100010 | 110011 | 100100 |
Color Harmonies of #2D896D
Complementary color
Monochromatic Colors of #2D896D
Black with #2D896D
Text Example
Text Example
White with #2D896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D896D; }
p { color: rgb(45,137,109); }
H1.HeaderClassName
{
color: #2D896D;
}
.AnyTagClassName
{
color: #2D896D;
}
</style>
background-color css
<style>
a { background-color: #2D896D; }
a { background-color: rgb(45,137,109); }
div.DivClassName
{
background-color: #2D896D;
}
.BgClassName
{
background-color: #2D896D;
}
</style>
border-color css
<style>
span { border-color: #2D896D; }
span { border-color: rgb(45,137,109); }
td.TdClassName
{
border-color: #2D896D;
}
.TagClassName
{
border-color: #2D896D;
}
</style>