#2D8D69

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

Shades of Elf Green #2D8D69

Tints of Elf Green #2D8D69

Color information

#2D8D69 (or 0x2D8D69) is unknown color: approx Elf Green. HEX triplet: 2D, 8D and 69. RGB value is (45,141,105). Sum of RGB (Red+Green+Blue) = 45+141+105=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D69 is #D27296. Grayscale: #6C6C6C. Windows color (decimal): -13791895 or 6917421. OLE color: 6917421.

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

Color convert

RGB45141105-
CMYK0.6800.260.45
HSL157.5º51.61%36.47%-
HSV(B)157.5º68.09%55.29%-
XYZ13.1620.6316.65-
YUV108.19126.282.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=15.46%
G=48.45%
B=36.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451411050.6800.260.45157.551.6136.47
Hex2D8D694401A2D9e3424
Octal55215151104032552366444
Binary101101100011011101001100010001101010110110011110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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