#29917B

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

Shades of Elf Green #29917B

Tints of Elf Green #29917B

Color information

#29917B (or 0x29917B) is unknown color: approx Elf Green. HEX triplet: 29, 91 and 7B. RGB value is (41,145,123). Sum of RGB (Red+Green+Blue) = 41+145+123=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #29917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29917B is #D66E84. Grayscale: #6F6F6F. Windows color (decimal): -14052997 or 8098089. OLE color: 8098089.

HSL color Cylindrical-coordinate representation of color #29917B: hue angle of 167.31º 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 #29917B is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB41145123-
CMYK0.7200.150.43
HSL167.31º55.91%36.47%-
HSV(B)167.31º71.72%56.86%-
XYZ14.6222.1522.24-
YUV111.4134.5477.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=13.27%
G=46.93%
B=39.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411451230.7200.150.43167.3155.9136.47
Hex29917B480F2Ba73824
Octal51221173110017532477044
Binary10100110010001111101110010000111110101110100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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