#29846C

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

Shades of Elf Green #29846C

Tints of Elf Green #29846C

Color information

#29846C (or 0x29846C) is unknown color: approx Elf Green. HEX triplet: 29, 84 and 6C. RGB value is (41,132,108). Sum of RGB (Red+Green+Blue) = 41+132+108=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #29846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29846C is #D67B93. Grayscale: #666666. Windows color (decimal): -14056340 or 7111721. OLE color: 7111721.

HSL color Cylindrical-coordinate representation of color #29846C: hue angle of 164.18º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29846C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB41132108-
CMYK0.6900.180.48
HSL164.18º52.6%33.92%-
HSV(B)164.18º68.94%51.76%-
XYZ11.8718.0617.05-
YUV102.06131.3584.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=14.59%
G=46.98%
B=38.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411321080.6900.180.48164.1852.633.92
Hex29846C4501230a43522
Octal51204154105022602446542
Binary101001100001001101100100010101001011000010100100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29846C; }

 p { color: rgb(41,132,108); }

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

<style>
 a { background-color: #29846C; }

 a { background-color: rgb(41,132,108); }

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

<style>
 span { border-color: #29846C; }

 span { border-color: rgb(41,132,108); }

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