Shades of Elf Green #2D9073
Tints of Elf Green #2D9073
RGB
CMYK
RGB Variations
Color information
#2D9073 (or 0x2D9073) is known color: Elf Green. HEX triplet: 2D, 90 and 73. RGB value is (45,144,115). Sum of RGB (Red+Green+Blue) = 45+144+115=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9073 is #D26F8C. Grayscale: #6F6F6F. Windows color (decimal): -13791117 or 7573549. OLE color: 7573549.
HSL color Cylindrical-coordinate representation of color #2D9073: hue angle of 162.42º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9073 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 115 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.44 |
| HSL | 162.42º | 0.52% | 0.37% | - |
| HSV(B) | 162.42º | 0.69% | 0.56% | - |
| XYZ | 14.15 | 21.74 | 19.67 | - |
| YUV | 111.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 115 | 0.69 | 0 | 0.20 | 0.44 | 162.42 | 0.52 | 0.37 |
| Hex | 2D | 90 | 73 | 45 | 0 | 14 | 2C | A2 | 34 | 25 |
| Octal | 55 | 220 | 163 | 105 | 0 | 24 | 54 | 242 | 64 | 45 |
| Binary | 101101 | 10010000 | 1110011 | 1000101 | 0 | 10100 | 101100 | 10100010 | 110100 | 100101 |
Color Harmonies of #2D9073
Complementary color
Monochromatic Colors of #2D9073
Black with #2D9073
Text Example
Text Example
White with #2D9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9073; }
p { color: rgb(45,144,115); }
H1.HeaderClassName
{
color: #2D9073;
}
.AnyTagClassName
{
color: #2D9073;
}
</style>
background-color css
<style>
a { background-color: #2D9073; }
a { background-color: rgb(45,144,115); }
div.DivClassName
{
background-color: #2D9073;
}
.BgClassName
{
background-color: #2D9073;
}
</style>
border-color css
<style>
span { border-color: #2D9073; }
span { border-color: rgb(45,144,115); }
td.TdClassName
{
border-color: #2D9073;
}
.TagClassName
{
border-color: #2D9073;
}
</style>