Shades of Elf Green #2F9373
Tints of Elf Green #2F9373
RGB
CMYK
RGB Variations
Color information
#2F9373 (or 0x2F9373) is known color: Elf Green. HEX triplet: 2F, 93 and 73. RGB value is (47,147,115). Sum of RGB (Red+Green+Blue) = 47+147+115=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9373 is #D06C8C. Grayscale: #717171. Windows color (decimal): -13659277 or 7574319. OLE color: 7574319.
HSL color Cylindrical-coordinate representation of color #2F9373: hue angle of 160.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9373 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 115 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.42 |
| HSL | 160.8º | 0.52% | 0.38% | - |
| HSV(B) | 160.8º | 0.68% | 0.58% | - |
| XYZ | 14.7 | 22.71 | 19.83 | - |
| YUV | 113.45 | 128.87 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 115 | 0.68 | 0 | 0.22 | 0.42 | 160.8 | 0.52 | 0.38 |
| Hex | 2F | 93 | 73 | 44 | 0 | 16 | 2A | A1 | 34 | 26 |
| Octal | 57 | 223 | 163 | 104 | 0 | 26 | 52 | 241 | 64 | 46 |
| Binary | 101111 | 10010011 | 1110011 | 1000100 | 0 | 10110 | 101010 | 10100001 | 110100 | 100110 |
Color Harmonies of #2F9373
Complementary color
Monochromatic Colors of #2F9373
Black with #2F9373
Text Example
Text Example
White with #2F9373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9373; }
p { color: rgb(47,147,115); }
H1.HeaderClassName
{
color: #2F9373;
}
.AnyTagClassName
{
color: #2F9373;
}
</style>
background-color css
<style>
a { background-color: #2F9373; }
a { background-color: rgb(47,147,115); }
div.DivClassName
{
background-color: #2F9373;
}
.BgClassName
{
background-color: #2F9373;
}
</style>
border-color css
<style>
span { border-color: #2F9373; }
span { border-color: rgb(47,147,115); }
td.TdClassName
{
border-color: #2F9373;
}
.TagClassName
{
border-color: #2F9373;
}
</style>