Html Css Color HEX #29916B Elf Green

📋 copy color: '#29916B'

red 41 ◦ green 145 ◦ blue 107

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

Shades of Elf Green #29916B

Tints of Elf Green #29916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 13.99%
G = 49.49%
B = 36.52%

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

#29916B (or 0x29916B) is known color: Elf Green. HEX triplet: 29, 91 and 6B. RGB value is (41,145,107). Sum of RGB (Red+Green+Blue) = 41+145+107=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #29916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29916B is #D66E94. Grayscale: #6D6D6D. Windows color (decimal): -14053013 or 7049513. OLE color: 7049513.

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

Color convert

RGB 41 145 107 -
CMYK 0.72 0 0.26 0.43
HSL 158.08º 0.56% 0.36% -
HSV(B) 158.08º 0.72% 0.57% -
XYZ 13.69 21.78 17.39 -
YUV 109.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 41 145 107 0.72 0 0.26 0.43 158.08 0.56 0.36
Hex 29 91 6B 48 0 1A 2B 9E 38 24
Octal 51 221 153 110 0 32 53 236 70 44
Binary 101001 10010001 1101011 1001000 0 11010 101011 10011110 111000 100100

Color Harmonies of #29916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29916B

Black with #29916B

Text Example


Text Example

White with #29916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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