Shades of Elf Green #2D9275
Tints of Elf Green #2D9275
RGB
CMYK
RGB Variations
Color information
#2D9275 (or 0x2D9275) is known color: Elf Green. HEX triplet: 2D, 92 and 75. RGB value is (45,146,117). Sum of RGB (Red+Green+Blue) = 45+146+117=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9275 is #D26D8A. Grayscale: #707070. Windows color (decimal): -13790603 or 7705133. OLE color: 7705133.
HSL color Cylindrical-coordinate representation of color #2D9275: hue angle of 162.77º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9275 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 117 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.43 |
| HSL | 162.77º | 0.53% | 0.37% | - |
| HSV(B) | 162.77º | 0.69% | 0.57% | - |
| XYZ | 14.57 | 22.4 | 20.39 | - |
| YUV | 112.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 117 | 0.69 | 0 | 0.20 | 0.43 | 162.77 | 0.53 | 0.37 |
| Hex | 2D | 92 | 75 | 45 | 0 | 14 | 2B | A3 | 35 | 25 |
| Octal | 55 | 222 | 165 | 105 | 0 | 24 | 53 | 243 | 65 | 45 |
| Binary | 101101 | 10010010 | 1110101 | 1000101 | 0 | 10100 | 101011 | 10100011 | 110101 | 100101 |
Color Harmonies of #2D9275
Complementary color
Monochromatic Colors of #2D9275
Black with #2D9275
Text Example
Text Example
White with #2D9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9275; }
p { color: rgb(45,146,117); }
H1.HeaderClassName
{
color: #2D9275;
}
.AnyTagClassName
{
color: #2D9275;
}
</style>
background-color css
<style>
a { background-color: #2D9275; }
a { background-color: rgb(45,146,117); }
div.DivClassName
{
background-color: #2D9275;
}
.BgClassName
{
background-color: #2D9275;
}
</style>
border-color css
<style>
span { border-color: #2D9275; }
span { border-color: rgb(45,146,117); }
td.TdClassName
{
border-color: #2D9275;
}
.TagClassName
{
border-color: #2D9275;
}
</style>