#29866A

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

Shades of Elf Green #29866A

Tints of Elf Green #29866A

Color information

#29866A (or 0x29866A) is unknown color: approx Elf Green. HEX triplet: 29, 86 and 6A. RGB value is (41,134,106). Sum of RGB (Red+Green+Blue) = 41+134+106=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #29866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29866A is #D67995. Grayscale: #676767. Windows color (decimal): -14055830 or 6981161. OLE color: 6981161.

HSL color Cylindrical-coordinate representation of color #29866A: hue angle of 161.94º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29866A is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB41134106-
CMYK0.6900.210.47
HSL161.94º53.14%34.31%-
HSV(B)161.94º69.4%52.55%-
XYZ12.0418.5616.58-
YUV103129.6983.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=14.59%
G=47.69%
B=37.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal411341060.6900.210.47161.9453.1434.31
Hex29866A450152Fa23522
Octal51206152105025572426542
Binary101001100001101101010100010101010110111110100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29866A; }

 p { color: rgb(41,134,106); }

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

<style>
 a { background-color: #29866A; }

 a { background-color: rgb(41,134,106); }

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

<style>
 span { border-color: #29866A; }

 span { border-color: rgb(41,134,106); }

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