Shades of Elf Green #2D926D
Tints of Elf Green #2D926D
RGB
CMYK
RGB Variations
Color information
#2D926D (or 0x2D926D) is known color: Elf Green. HEX triplet: 2D, 92 and 6D. RGB value is (45,146,109). Sum of RGB (Red+Green+Blue) = 45+146+109=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #2D926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D926D is #D26D92. Grayscale: #6F6F6F. Windows color (decimal): -13790611 or 7180845. OLE color: 7180845.
HSL color Cylindrical-coordinate representation of color #2D926D: hue angle of 158.02º 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 #2D926D is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 109 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.43 |
| HSL | 158.02º | 0.53% | 0.37% | - |
| HSV(B) | 158.02º | 0.69% | 0.57% | - |
| XYZ | 14.12 | 22.22 | 18.01 | - |
| YUV | 111.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 109 | 0.69 | 0 | 0.25 | 0.43 | 158.02 | 0.53 | 0.37 |
| Hex | 2D | 92 | 6D | 45 | 0 | 19 | 2B | 9E | 35 | 25 |
| Octal | 55 | 222 | 155 | 105 | 0 | 31 | 53 | 236 | 65 | 45 |
| Binary | 101101 | 10010010 | 1101101 | 1000101 | 0 | 11001 | 101011 | 10011110 | 110101 | 100101 |
Color Harmonies of #2D926D
Complementary color
Monochromatic Colors of #2D926D
Black with #2D926D
Text Example
Text Example
White with #2D926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D926D; }
p { color: rgb(45,146,109); }
H1.HeaderClassName
{
color: #2D926D;
}
.AnyTagClassName
{
color: #2D926D;
}
</style>
background-color css
<style>
a { background-color: #2D926D; }
a { background-color: rgb(45,146,109); }
div.DivClassName
{
background-color: #2D926D;
}
.BgClassName
{
background-color: #2D926D;
}
</style>
border-color css
<style>
span { border-color: #2D926D; }
span { border-color: rgb(45,146,109); }
td.TdClassName
{
border-color: #2D926D;
}
.TagClassName
{
border-color: #2D926D;
}
</style>