#2D8C6D

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

Shades of Elf Green #2D8C6D

Tints of Elf Green #2D8C6D

Color information

#2D8C6D (or 0x2D8C6D) is unknown color: approx Elf Green. HEX triplet: 2D, 8C and 6D. RGB value is (45,140,109). Sum of RGB (Red+Green+Blue) = 45+140+109=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8C6D is #D27392. Grayscale: #6C6C6C. Windows color (decimal): -13792147 or 7179309. OLE color: 7179309.

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

Color convert

RGB45140109-
CMYK0.6800.220.45
HSL160.42º51.35%36.27%-
HSV(B)160.42º67.86%54.9%-
XYZ13.2220.4217.71-
YUV108.06128.5383.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 140 (55.08% from 255) = 47.62%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=15.31%
G=47.62%
B=37.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451401090.6800.220.45160.4251.3536.27
Hex2D8C6D440162Da03324
Octal55214155104026552406344
Binary101101100011001101101100010001011010110110100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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