Html Css Color HEX #29503E Te Papa Green

📋 copy color: '#29503E'

red 41 ◦ green 80 ◦ blue 62

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

Shades of Te Papa Green #29503E

Tints of Te Papa Green #29503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 22.4%
G = 43.72%
B = 33.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#29503E (or 0x29503E) is known color: Te Papa Green. HEX triplet: 29, 50 and 3E. RGB value is (41,80,62). Sum of RGB (Red+Green+Blue) = 41+80+62=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #29503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29503E is #D6AFC1. Grayscale: #424242. Windows color (decimal): -14069698 or 4083753. OLE color: 4083753.

HSL color Cylindrical-coordinate representation of color #29503E: hue angle of 152.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29503E is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 62 -
CMYK 0.49 0 0.22 0.69
HSL 152.31º 0.32% 0.24% -
HSV(B) 152.31º 0.49% 0.31% -
XYZ 4.65 6.56 5.58 -
YUV 66.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 41 80 62 0.49 0 0.22 0.69 152.31 0.32 0.24
Hex 29 50 3E 31 0 16 45 98 20 18
Octal 51 120 76 61 0 26 105 230 40 30
Binary 101001 1010000 111110 110001 0 10110 1000101 10011000 100000 11000

Color Harmonies of #29503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29503E

Black with #29503E

Text Example


Text Example

White with #29503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,80,62); }

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

background-color css

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

 a { background-color: rgb(41,80,62); }

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

border-color css

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

 span { border-color: rgb(41,80,62); }

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