#29493D

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

Shades of Te Papa Green #29493D

Tints of Te Papa Green #29493D

Color information

#29493D (or 0x29493D) is unknown color: approx Te Papa Green. HEX triplet: 29, 49 and 3D. RGB value is (41,73,61). Sum of RGB (Red+Green+Blue) = 41+73+61=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #29493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493D is #D6B6C2. Grayscale: #3E3E3E. Windows color (decimal): -14071491 or 4016425. OLE color: 4016425.

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

Color convert

RGB417361-
CMYK0.4400.160.71
HSL157.5º28.07%22.35%-
HSV(B)157.5º43.84%28.63%-
XYZ4.145.575.27-
YUV62.06127.4112.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=23.43%
G=41.71%
B=34.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173610.4400.160.71157.528.0722.35
Hex29493D2C010479e1c16
Octal5111175540201072363426
Binary10100110010011111011011000100001000111100111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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