Html Css Color HEX #29916C Elf Green

📋 copy color: '#29916C'

red 41 ◦ green 145 ◦ blue 108

#29916C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #29916C

Tints of Elf Green #29916C

RGB

 RED value IS 41 (16.41% from 255) = 13.95%

 GREEN value IS 145 (57.03% from 255) = 49.32%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 13.95%
G = 49.32%
B = 36.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#29916C (or 0x29916C) is known color: Elf Green. HEX triplet: 29, 91 and 6C. RGB value is (41,145,108). Sum of RGB (Red+Green+Blue) = 41+145+108=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #29916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916C is #D66E93. Grayscale: #6D6D6D. Windows color (decimal): -14053012 or 7115049. OLE color: 7115049.

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

Color convert

RGB 41 145 108 -
CMYK 0.72 0 0.26 0.43
HSL 158.65º 0.56% 0.36% -
HSV(B) 158.65º 0.72% 0.57% -
XYZ 13.75 21.8 17.67 -
YUV 109.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 41 145 108 0.72 0 0.26 0.43 158.65 0.56 0.36
Hex 29 91 6C 48 0 1A 2B 9F 38 24
Octal 51 221 154 110 0 32 53 237 70 44
Binary 101001 10010001 1101100 1001000 0 11010 101011 10011111 111000 100100

Color Harmonies of #29916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29916C

Black with #29916C

Text Example


Text Example

White with #29916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29916C;
 }
 .AnyTagClassName
 {
   color: #29916C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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