Shades of Elf Green #2D906C
Tints of Elf Green #2D906C
RGB
CMYK
RGB Variations
Color information
#2D906C (or 0x2D906C) is known color: Elf Green. HEX triplet: 2D, 90 and 6C. RGB value is (45,144,108). Sum of RGB (Red+Green+Blue) = 45+144+108=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #2D906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D906C is #D26F93. Grayscale: #6E6E6E. Windows color (decimal): -13791124 or 7114797. OLE color: 7114797.
HSL color Cylindrical-coordinate representation of color #2D906C: hue angle of 158.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 #2D906C is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 144 | 108 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.44 |
| HSL | 158.18º | 0.52% | 0.37% | - |
| HSV(B) | 158.18º | 0.69% | 0.56% | - |
| XYZ | 13.76 | 21.59 | 17.63 | - |
| YUV | 110.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 144 | 108 | 0.69 | 0 | 0.25 | 0.44 | 158.18 | 0.52 | 0.37 |
| Hex | 2D | 90 | 6C | 45 | 0 | 19 | 2C | 9E | 34 | 25 |
| Octal | 55 | 220 | 154 | 105 | 0 | 31 | 54 | 236 | 64 | 45 |
| Binary | 101101 | 10010000 | 1101100 | 1000101 | 0 | 11001 | 101100 | 10011110 | 110100 | 100101 |
Color Harmonies of #2D906C
Complementary color
Monochromatic Colors of #2D906C
Black with #2D906C
Text Example
Text Example
White with #2D906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D906C; }
p { color: rgb(45,144,108); }
H1.HeaderClassName
{
color: #2D906C;
}
.AnyTagClassName
{
color: #2D906C;
}
</style>
background-color css
<style>
a { background-color: #2D906C; }
a { background-color: rgb(45,144,108); }
div.DivClassName
{
background-color: #2D906C;
}
.BgClassName
{
background-color: #2D906C;
}
</style>
border-color css
<style>
span { border-color: #2D906C; }
span { border-color: rgb(45,144,108); }
td.TdClassName
{
border-color: #2D906C;
}
.TagClassName
{
border-color: #2D906C;
}
</style>