#29473E

Color #29473E Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #29473E

Tints of Te Papa Green #29473E

Color information

#29473E (or 0x29473E) is unknown color: approx Te Papa Green. HEX triplet: 29, 47 and 3E. RGB value is (41,71,62). Sum of RGB (Red+Green+Blue) = 41+71+62=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #29473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473E is #D6B8C1. Grayscale: #3D3D3D. Windows color (decimal): -14072002 or 4081449. OLE color: 4081449.

HSL color Cylindrical-coordinate representation of color #29473E: hue angle of 162º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29473E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB417162-
CMYK0.4200.130.72
HSL162º26.79%21.96%-
HSV(B)162º42.25%27.84%-
XYZ4.045.335.37-
YUV61128.56113.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=23.56%
G=40.80%
B=35.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171620.4200.130.7216226.7921.96
Hex29473E2A0D48a21b16
Octal5110776520151102423326
Binary1010011000111111110101010011011001000101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29473E;
 }
 .AnyTagClassName
 {
   color: #29473E;
 }
</style>
background-color css

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

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

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

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

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

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