Html Css Color HEX #29493F Te Papa Green

📋 copy color: '#29493F'

red 41 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #29493F

Tints of Te Papa Green #29493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 23.16%
G = 41.24%
B = 35.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#29493F (or 0x29493F) is known color: Te Papa Green. HEX triplet: 29, 49 and 3F. RGB value is (41,73,63). Sum of RGB (Red+Green+Blue) = 41+73+63=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #29493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493F is #D6B6C0. Grayscale: #3E3E3E. Windows color (decimal): -14071489 or 4147497. OLE color: 4147497.

HSL color Cylindrical-coordinate representation of color #29493F: hue angle of 161.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29493F is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 63 -
CMYK 0.44 0 0.14 0.71
HSL 161.25º 0.28% 0.22% -
HSV(B) 161.25º 0.44% 0.29% -
XYZ 4.19 5.6 5.56 -
YUV 62.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 41 73 63 0.44 0 0.14 0.71 161.25 0.28 0.22
Hex 29 49 3F 2C 0 E 47 A1 1C 16
Octal 51 111 77 54 0 16 107 241 34 26
Binary 101001 1001001 111111 101100 0 1110 1000111 10100001 11100 10110

Color Harmonies of #29493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29493F

Black with #29493F

Text Example


Text Example

White with #29493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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