#2D8D76

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

Shades of Elf Green #2D8D76

Tints of Elf Green #2D8D76

Color information

#2D8D76 (or 0x2D8D76) is unknown color: approx Elf Green. HEX triplet: 2D, 8D and 76. RGB value is (45,141,118). Sum of RGB (Red+Green+Blue) = 45+141+118=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D76 is #D27289. Grayscale: #6D6D6D. Windows color (decimal): -13791882 or 7769389. OLE color: 7769389.

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

Color convert

RGB45141118-
CMYK0.6800.160.45
HSL165.62º51.61%36.47%-
HSV(B)165.62º68.09%55.29%-
XYZ13.8820.9220.45-
YUV109.67132.781.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.80%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=14.80%
G=46.38%
B=38.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451411180.6800.160.45165.6251.6136.47
Hex2D8D76440102Da63424
Octal55215166104020552466444
Binary101101100011011110110100010001000010110110100110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,141,118); }

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

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

 a { background-color: rgb(45,141,118); }

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

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

 span { border-color: rgb(45,141,118); }

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