Shades of Elf Green #2D8B69
Tints of Elf Green #2D8B69
RGB
CMYK
RGB Variations
Color information
#2D8B69 (or 0x2D8B69) is known color: Elf Green. HEX triplet: 2D, 8B and 69. RGB value is (45,139,105). Sum of RGB (Red+Green+Blue) = 45+139+105=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B69 is #D27496. Grayscale: #6B6B6B. Windows color (decimal): -13792407 or 6916909. OLE color: 6916909.
HSL color Cylindrical-coordinate representation of color #2D8B69: hue angle of 158.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B69 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 139 | 105 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.45 |
| HSL | 158.3º | 0.51% | 0.36% | - |
| HSV(B) | 158.3º | 0.68% | 0.55% | - |
| XYZ | 12.86 | 20.04 | 16.56 | - |
| YUV | 107.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 105 | 0.68 | 0 | 0.24 | 0.45 | 158.3 | 0.51 | 0.36 |
| Hex | 2D | 8B | 69 | 44 | 0 | 18 | 2D | 9E | 33 | 24 |
| Octal | 55 | 213 | 151 | 104 | 0 | 30 | 55 | 236 | 63 | 44 |
| Binary | 101101 | 10001011 | 1101001 | 1000100 | 0 | 11000 | 101101 | 10011110 | 110011 | 100100 |
Color Harmonies of #2D8B69
Complementary color
Monochromatic Colors of #2D8B69
Black with #2D8B69
Text Example
Text Example
White with #2D8B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8B69; }
p { color: rgb(45,139,105); }
H1.HeaderClassName
{
color: #2D8B69;
}
.AnyTagClassName
{
color: #2D8B69;
}
</style>
background-color css
<style>
a { background-color: #2D8B69; }
a { background-color: rgb(45,139,105); }
div.DivClassName
{
background-color: #2D8B69;
}
.BgClassName
{
background-color: #2D8B69;
}
</style>
border-color css
<style>
span { border-color: #2D8B69; }
span { border-color: rgb(45,139,105); }
td.TdClassName
{
border-color: #2D8B69;
}
.TagClassName
{
border-color: #2D8B69;
}
</style>