#29906B

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

Shades of Elf Green #29906B

Tints of Elf Green #29906B

Color information

#29906B (or 0x29906B) is unknown color: approx Elf Green. HEX triplet: 29, 90 and 6B. RGB value is (41,144,107). Sum of RGB (Red+Green+Blue) = 41+144+107=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #29906B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29906B is #D66F94. Grayscale: #6D6D6D. Windows color (decimal): -14053269 or 7049257. OLE color: 7049257.

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

Color convert

RGB41144107-
CMYK0.7200.260.44
HSL158.45º55.68%36.27%-
HSV(B)158.45º71.53%56.47%-
XYZ13.5421.4817.34-
YUV108.98126.8879.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=14.04%
G=49.32%
B=36.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441070.7200.260.44158.4555.6836.27
Hex29906B4801A2C9e3824
Octal51220153110032542367044
Binary101001100100001101011100100001101010110010011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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