Shades of Elf Green #2D8F6D
Tints of Elf Green #2D8F6D
RGB
CMYK
RGB Variations
Color information
#2D8F6D (or 0x2D8F6D) is known color: Elf Green. HEX triplet: 2D, 8F and 6D. RGB value is (45,143,109). Sum of RGB (Red+Green+Blue) = 45+143+109=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #2D8F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8F6D is #D27092. Grayscale: #6D6D6D. Windows color (decimal): -13791379 or 7180077. OLE color: 7180077.
HSL color Cylindrical-coordinate representation of color #2D8F6D: hue angle of 159.18º 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 #2D8F6D is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 143 | 109 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.44 |
| HSL | 159.18º | 0.52% | 0.37% | - |
| HSV(B) | 159.18º | 0.69% | 0.56% | - |
| XYZ | 13.66 | 21.31 | 17.86 | - |
| YUV | 109.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 143 | 109 | 0.69 | 0 | 0.24 | 0.44 | 159.18 | 0.52 | 0.37 |
| Hex | 2D | 8F | 6D | 45 | 0 | 18 | 2C | 9F | 34 | 25 |
| Octal | 55 | 217 | 155 | 105 | 0 | 30 | 54 | 237 | 64 | 45 |
| Binary | 101101 | 10001111 | 1101101 | 1000101 | 0 | 11000 | 101100 | 10011111 | 110100 | 100101 |
Color Harmonies of #2D8F6D
Complementary color
Monochromatic Colors of #2D8F6D
Black with #2D8F6D
Text Example
Text Example
White with #2D8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8F6D; }
p { color: rgb(45,143,109); }
H1.HeaderClassName
{
color: #2D8F6D;
}
.AnyTagClassName
{
color: #2D8F6D;
}
</style>
background-color css
<style>
a { background-color: #2D8F6D; }
a { background-color: rgb(45,143,109); }
div.DivClassName
{
background-color: #2D8F6D;
}
.BgClassName
{
background-color: #2D8F6D;
}
</style>
border-color css
<style>
span { border-color: #2D8F6D; }
span { border-color: rgb(45,143,109); }
td.TdClassName
{
border-color: #2D8F6D;
}
.TagClassName
{
border-color: #2D8F6D;
}
</style>