#2D8C73

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

Shades of Elf Green #2D8C73

Tints of Elf Green #2D8C73

Color information

#2D8C73 (or 0x2D8C73) is unknown color: approx Elf Green. HEX triplet: 2D, 8C and 73. RGB value is (45,140,115). Sum of RGB (Red+Green+Blue) = 45+140+115=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C73 is #D2738C. Grayscale: #6C6C6C. Windows color (decimal): -13792141 or 7572525. OLE color: 7572525.

HSL color Cylindrical-coordinate representation of color #2D8C73: hue angle of 164.21º 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 #2D8C73 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB45140115-
CMYK0.6800.180.45
HSL164.21º51.35%36.27%-
HSV(B)164.21º67.86%54.9%-
XYZ13.5520.5519.47-
YUV108.74131.5382.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 140 (55.08% from 255) = 46.67%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=15%
G=46.67%
B=38.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451401150.6800.180.45164.2151.3536.27
Hex2D8C73440122Da43324
Octal55214163104022552446344
Binary101101100011001110011100010001001010110110100100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,140,115); }

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

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

 a { background-color: rgb(45,140,115); }

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

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

 span { border-color: rgb(45,140,115); }

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