Html Css Color HEX #29503F Te Papa Green

📋 copy color: '#29503F'

red 41 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #29503F

Tints of Te Papa Green #29503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 22.28%
G = 43.48%
B = 34.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#29503F (or 0x29503F) is known color: Te Papa Green. HEX triplet: 29, 50 and 3F. RGB value is (41,80,63). Sum of RGB (Red+Green+Blue) = 41+80+63=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #29503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29503F is #D6AFC0. Grayscale: #424242. Windows color (decimal): -14069697 or 4149289. OLE color: 4149289.

HSL color Cylindrical-coordinate representation of color #29503F: hue angle of 153.85º 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 #29503F is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 63 -
CMYK 0.49 0 0.21 0.69
HSL 153.85º 0.32% 0.24% -
HSV(B) 153.85º 0.49% 0.31% -
XYZ 4.68 6.57 5.72 -
YUV 66.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 41 80 63 0.49 0 0.21 0.69 153.85 0.32 0.24
Hex 29 50 3F 31 0 15 45 9A 20 18
Octal 51 120 77 61 0 25 105 232 40 30
Binary 101001 1010000 111111 110001 0 10101 1000101 10011010 100000 11000

Color Harmonies of #29503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29503F

Black with #29503F

Text Example


Text Example

White with #29503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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