#2D8A70

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

Shades of Elf Green #2D8A70

Tints of Elf Green #2D8A70

Color information

#2D8A70 (or 0x2D8A70) is unknown color: approx Elf Green. HEX triplet: 2D, 8A and 70. RGB value is (45,138,112). Sum of RGB (Red+Green+Blue) = 45+138+112=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A70 is #D2758F. Grayscale: #6B6B6B. Windows color (decimal): -13792656 or 7375405. OLE color: 7375405.

HSL color Cylindrical-coordinate representation of color #2D8A70: hue angle of 163.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A70 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB45138112-
CMYK0.6700.190.46
HSL163.23º50.82%35.88%-
HSV(B)163.23º67.39%54.12%-
XYZ13.119.918.48-
YUV107.23130.6983.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.25%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=15.25%
G=46.78%
B=37.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451381120.6700.190.46163.2350.8235.88
Hex2D8A70430132Ea33324
Octal55212160103023562436344
Binary101101100010101110000100001101001110111010100011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,138,112); }

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

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

 a { background-color: rgb(45,138,112); }

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

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

 span { border-color: rgb(45,138,112); }

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