Html Css Color HEX #29926C Elf Green

📋 copy color: '#29926C'

red 41 ◦ green 146 ◦ blue 108

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

Shades of Elf Green #29926C

Tints of Elf Green #29926C

RGB

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

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

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

R = 13.9%
G = 49.49%
B = 36.61%

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

#29926C (or 0x29926C) is known color: Elf Green. HEX triplet: 29, 92 and 6C. RGB value is (41,146,108). Sum of RGB (Red+Green+Blue) = 41+146+108=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #29926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29926C is #D66D93. Grayscale: #6E6E6E. Windows color (decimal): -14052756 or 7115305. OLE color: 7115305.

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

Color convert

RGB 41 146 108 -
CMYK 0.72 0 0.26 0.43
HSL 158.29º 0.56% 0.37% -
HSV(B) 158.29º 0.72% 0.57% -
XYZ 13.9 22.11 17.72 -
YUV 110.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 41 146 108 0.72 0 0.26 0.43 158.29 0.56 0.37
Hex 29 92 6C 48 0 1A 2B 9E 38 25
Octal 51 222 154 110 0 32 53 236 70 45
Binary 101001 10010010 1101100 1001000 0 11010 101011 10011110 111000 100101

Color Harmonies of #29926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29926C

Black with #29926C

Text Example


Text Example

White with #29926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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