#29473C

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

Shades of Te Papa Green #29473C

Tints of Te Papa Green #29473C

Color information

#29473C (or 0x29473C) is unknown color: approx Te Papa Green. HEX triplet: 29, 47 and 3C. RGB value is (41,71,60). Sum of RGB (Red+Green+Blue) = 41+71+60=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #29473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29473C is #D6B8C3. Grayscale: #3C3C3C. Windows color (decimal): -14072004 or 3950377. OLE color: 3950377.

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

Color convert

RGB417160-
CMYK0.4200.150.72
HSL158º26.79%21.96%-
HSV(B)158º42.25%27.84%-
XYZ3.985.35.09-
YUV60.78127.56113.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=23.84%
G=41.28%
B=34.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4171600.4200.150.7215826.7921.96
Hex29473C2A0F489e1b16
Octal5110774520171102363326
Binary1010011000111111100101010011111001000100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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