Html Css Color HEX #29996F Elf Green

📋 copy color: '#29996F'

red 41 ◦ green 153 ◦ blue 111

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

Shades of Elf Green #29996F

Tints of Elf Green #29996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 13.44%
G = 50.16%
B = 36.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#29996F (or 0x29996F) is known color: Elf Green. HEX triplet: 29, 99 and 6F. RGB value is (41,153,111). Sum of RGB (Red+Green+Blue) = 41+153+111=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #29996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29996F is #D66690. Grayscale: #727272. Windows color (decimal): -14050961 or 7313705. OLE color: 7313705.

HSL color Cylindrical-coordinate representation of color #29996F: hue angle of 157.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29996F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 111 -
CMYK 0.73 0 0.27 0.4
HSL 157.5º 0.58% 0.38% -
HSV(B) 157.5º 0.73% 0.6% -
XYZ 15.17 24.4 18.95 -
YUV 114.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 41 153 111 0.73 0 0.27 0.4 157.5 0.58 0.38
Hex 29 99 6F 49 0 1B 28 9E 3A 26
Octal 51 231 157 111 0 33 50 236 72 46
Binary 101001 10011001 1101111 1001001 0 11011 101000 10011110 111010 100110

Color Harmonies of #29996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29996F

Black with #29996F

Text Example


Text Example

White with #29996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29996F; }

 p { color: rgb(41,153,111); }

 H1.HeaderClassName
 {
   color: #29996F;
 }
 .AnyTagClassName
 {
   color: #29996F;
 }
</style>

background-color css

<style>
 a { background-color: #29996F; }

 a { background-color: rgb(41,153,111); }

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

border-color css

<style>
 span { border-color: #29996F; }

 span { border-color: rgb(41,153,111); }

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