Html Css Color HEX #29966E Elf Green

📋 copy color: '#29966E'

red 41 ◦ green 150 ◦ blue 110

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

Shades of Elf Green #29966E

Tints of Elf Green #29966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 13.62%
G = 49.83%
B = 36.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#29966E (or 0x29966E) is known color: Elf Green. HEX triplet: 29, 96 and 6E. RGB value is (41,150,110). Sum of RGB (Red+Green+Blue) = 41+150+110=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #29966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29966E is #D66991. Grayscale: #707070. Windows color (decimal): -14051730 or 7247401. OLE color: 7247401.

HSL color Cylindrical-coordinate representation of color #29966E: hue angle of 157.98º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29966E is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 150 110 -
CMYK 0.73 0 0.27 0.41
HSL 157.98º 0.57% 0.37% -
HSV(B) 157.98º 0.73% 0.59% -
XYZ 14.64 23.41 18.5 -
YUV 112.85 126.39 76.75 -
System Red Green Blue C M Y K H S L
Decimal 41 150 110 0.73 0 0.27 0.41 157.98 0.57 0.37
Hex 29 96 6E 49 0 1B 29 9E 39 25
Octal 51 226 156 111 0 33 51 236 71 45
Binary 101001 10010110 1101110 1001001 0 11011 101001 10011110 111001 100101

Color Harmonies of #29966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29966E

Black with #29966E

Text Example


Text Example

White with #29966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29966E; }

 p { color: rgb(41,150,110); }

 H1.HeaderClassName
 {
   color: #29966E;
 }
 .AnyTagClassName
 {
   color: #29966E;
 }
</style>

background-color css

<style>
 a { background-color: #29966E; }

 a { background-color: rgb(41,150,110); }

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

border-color css

<style>
 span { border-color: #29966E; }

 span { border-color: rgb(41,150,110); }

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