#29523E

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

Shades of Te Papa Green #29523E

Tints of Te Papa Green #29523E

Color information

#29523E (or 0x29523E) is unknown color: approx Te Papa Green. HEX triplet: 29, 52 and 3E. RGB value is (41,82,62). Sum of RGB (Red+Green+Blue) = 41+82+62=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #29523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29523E is #D6ADC1. Grayscale: #434343. Windows color (decimal): -14069186 or 4084265. OLE color: 4084265.

HSL color Cylindrical-coordinate representation of color #29523E: hue angle of 150.73º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29523E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB418262-
CMYK0.5000.240.68
HSL150.73º33.33%24.12%-
HSV(B)150.73º50%32.16%-
XYZ4.86.855.63-
YUV67.46124.92109.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=22.16%
G=44.32%
B=33.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182620.5000.240.68150.7333.3324.12
Hex29523E3201844972118
Octal5112276620301042274130
Binary101001101001011111011001001100010001001001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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