#2E8B72

Color #2E8B72 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #2E8B72

Tints of Elf Green #2E8B72

Color information

#2E8B72 (or 0x2E8B72) is unknown color: approx Elf Green. HEX triplet: 2E, 8B and 72. RGB value is (46,139,114). Sum of RGB (Red+Green+Blue) = 46+139+114=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8B72 is #D1748D. Grayscale: #6C6C6C. Windows color (decimal): -13726862 or 7506734. OLE color: 7506734.

HSL color Cylindrical-coordinate representation of color #2E8B72: hue angle of 163.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8B72 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB46139114-
CMYK0.6700.180.45
HSL163.87º50.27%36.27%-
HSV(B)163.87º66.91%54.51%-
XYZ13.420.2619.12-
YUV108.34131.1983.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=15.38%
G=46.49%
B=38.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal461391140.6700.180.45163.8750.2736.27
Hex2E8B72430122Da43224
Octal56213162103022552446244
Binary101110100010111110010100001101001010110110100100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E8B72; }

 p { color: rgb(46,139,114); }

 H1.HeaderClassName
 {
   color: #2E8B72;
 }
 .AnyTagClassName
 {
   color: #2E8B72;
 }
</style>
background-color css

<style>
 a { background-color: #2E8B72; }

 a { background-color: rgb(46,139,114); }

 div.DivClassName
 {
   background-color: #2E8B72;
 }
 .BgClassName
 {
   background-color: #2E8B72;
 }
</style>
border-color css

<style>
 span { border-color: #2E8B72; }

 span { border-color: rgb(46,139,114); }

 td.TdClassName
 {
   border-color: #2E8B72;
 }
 .TagClassName
 {
   border-color: #2E8B72;
 }
</style>