#29916B

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

Shades of Elf Green #29916B

Tints of Elf Green #29916B

Color information

#29916B (or 0x29916B) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 6B. RGB value is (41,145,107). Sum of RGB (Red+Green+Blue) = 41+145+107=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #29916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916B is #D66E94. Grayscale: #6D6D6D. Windows color (decimal): -14053013 or 7049513. OLE color: 7049513.

HSL color Cylindrical-coordinate representation of color #29916B: hue angle of 158.08º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29916B is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB41145107-
CMYK0.7200.260.43
HSL158.08º55.91%36.47%-
HSV(B)158.08º71.72%56.86%-
XYZ13.6921.7817.39-
YUV109.57126.5479.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=13.99%
G=49.49%
B=36.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451070.7200.260.43158.0855.9136.47
Hex29916B4801A2B9e3824
Octal51221153110032532367044
Binary101001100100011101011100100001101010101110011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29916B; }

 p { color: rgb(41,145,107); }

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

<style>
 a { background-color: #29916B; }

 a { background-color: rgb(41,145,107); }

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

<style>
 span { border-color: #29916B; }

 span { border-color: rgb(41,145,107); }

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