Shades of Elf Green #2D906E
Tints of Elf Green #2D906E
RGB
CMYK
RGB Variations
Color information
#2D906E (or 0x2D906E) is known color: Elf Green. HEX triplet: 2D, 90 and 6E. RGB value is (45,144,110). Sum of RGB (Red+Green+Blue) = 45+144+110=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #2D906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D906E is #D26F91. Grayscale: #6E6E6E. Windows color (decimal): -13791122 or 7245869. OLE color: 7245869.
HSL color Cylindrical-coordinate representation of color #2D906E: hue angle of 159.39º 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 #2D906E is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 110 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.44 |
| HSL | 159.39º | 0.52% | 0.37% | - |
| HSV(B) | 159.39º | 0.69% | 0.56% | - |
| XYZ | 13.87 | 21.63 | 18.2 | - |
| YUV | 110.52 | 127.7 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 110 | 0.69 | 0 | 0.24 | 0.44 | 159.39 | 0.52 | 0.37 |
| Hex | 2D | 90 | 6E | 45 | 0 | 18 | 2C | 9F | 34 | 25 |
| Octal | 55 | 220 | 156 | 105 | 0 | 30 | 54 | 237 | 64 | 45 |
| Binary | 101101 | 10010000 | 1101110 | 1000101 | 0 | 11000 | 101100 | 10011111 | 110100 | 100101 |
Color Harmonies of #2D906E
Complementary color
Monochromatic Colors of #2D906E
Black with #2D906E
Text Example
Text Example
White with #2D906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D906E; }
p { color: rgb(45,144,110); }
H1.HeaderClassName
{
color: #2D906E;
}
.AnyTagClassName
{
color: #2D906E;
}
</style>
background-color css
<style>
a { background-color: #2D906E; }
a { background-color: rgb(45,144,110); }
div.DivClassName
{
background-color: #2D906E;
}
.BgClassName
{
background-color: #2D906E;
}
</style>
border-color css
<style>
span { border-color: #2D906E; }
span { border-color: rgb(45,144,110); }
td.TdClassName
{
border-color: #2D906E;
}
.TagClassName
{
border-color: #2D906E;
}
</style>