#29926A

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

Shades of Elf Green #29926A

Tints of Elf Green #29926A

Color information

#29926A (or 0x29926A) is unknown color: approx Elf Green. HEX triplet: 29, 92 and 6A. RGB value is (41,146,106). Sum of RGB (Red+Green+Blue) = 41+146+106=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #29926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29926A is #D66D95. Grayscale: #6E6E6E. Windows color (decimal): -14052758 or 6984233. OLE color: 6984233.

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

Color convert

RGB41146106-
CMYK0.7200.270.43
HSL157.14º56.15%36.67%-
HSV(B)157.14º71.92%57.25%-
XYZ13.7922.0717.17-
YUV110.04125.7178.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=13.99%
G=49.83%
B=36.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411461060.7200.270.43157.1456.1536.67
Hex29926A4801B2B9d3825
Octal51222152110033532357045
Binary101001100100101101010100100001101110101110011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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