#29463C

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

Shades of Te Papa Green #29463C

Tints of Te Papa Green #29463C

Color information

#29463C (or 0x29463C) is unknown color: approx Te Papa Green. HEX triplet: 29, 46 and 3C. RGB value is (41,70,60). Sum of RGB (Red+Green+Blue) = 41+70+60=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #29463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463C is #D6B9C3. Grayscale: #3C3C3C. Windows color (decimal): -14072260 or 3950121. OLE color: 3950121.

HSL color Cylindrical-coordinate representation of color #29463C: hue angle of 159.31º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB417060-
CMYK0.4100.140.73
HSL159.31º26.13%21.76%-
HSV(B)159.31º41.43%27.45%-
XYZ3.925.185.07-
YUV60.19127.89114.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=23.98%
G=40.94%
B=35.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170600.4100.140.73159.3126.1321.76
Hex29463C290E499f1a16
Octal5110674510161112373226
Binary1010011000110111100101001011101001001100111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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