#29493E

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

Shades of Te Papa Green #29493E

Tints of Te Papa Green #29493E

Color information

#29493E (or 0x29493E) is unknown color: approx Te Papa Green. HEX triplet: 29, 49 and 3E. RGB value is (41,73,62). Sum of RGB (Red+Green+Blue) = 41+73+62=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #29493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493E is #D6B6C1. Grayscale: #3E3E3E. Windows color (decimal): -14071490 or 4081961. OLE color: 4081961.

HSL color Cylindrical-coordinate representation of color #29493E: hue angle of 159.38º 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 #29493E is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB417362-
CMYK0.4400.150.71
HSL159.38º28.07%22.35%-
HSV(B)159.38º43.84%28.63%-
XYZ4.175.585.42-
YUV62.18127.9112.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=23.30%
G=41.48%
B=35.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173620.4400.150.71159.3828.0722.35
Hex29493E2C0F479f1c16
Octal5111176540171072373426
Binary1010011001001111110101100011111000111100111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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