Html Css Color HEX #29926F Elf Green

📋 copy color: '#29926F'

red 41 ◦ green 146 ◦ blue 111

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

Shades of Elf Green #29926F

Tints of Elf Green #29926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 13.76%
G = 48.99%
B = 37.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#29926F (or 0x29926F) is known color: Elf Green. HEX triplet: 29, 92 and 6F. RGB value is (41,146,111). Sum of RGB (Red+Green+Blue) = 41+146+111=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #29926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29926F is #D66D90. Grayscale: #6E6E6E. Windows color (decimal): -14052753 or 7311913. OLE color: 7311913.

HSL color Cylindrical-coordinate representation of color #29926F: hue angle of 160º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29926F is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 146 111 -
CMYK 0.72 0 0.24 0.43
HSL 160º 0.56% 0.37% -
HSV(B) 160º 0.72% 0.57% -
XYZ 14.06 22.18 18.58 -
YUV 110.62 128.21 78.35 -
System Red Green Blue C M Y K H S L
Decimal 41 146 111 0.72 0 0.24 0.43 160 0.56 0.37
Hex 29 92 6F 48 0 18 2B A0 38 25
Octal 51 222 157 110 0 30 53 240 70 45
Binary 101001 10010010 1101111 1001000 0 11000 101011 10100000 111000 100101

Color Harmonies of #29926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29926F

Black with #29926F

Text Example


Text Example

White with #29926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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