#295347

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

Shades of Te Papa Green #295347

Tints of Te Papa Green #295347

Color information

#295347 (or 0x295347) is unknown color: approx Te Papa Green. HEX triplet: 29, 53 and 47. RGB value is (41,83,71). Sum of RGB (Red+Green+Blue) = 41+83+71=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #295347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295347 is #D6ACB8. Grayscale: #454545. Windows color (decimal): -14068921 or 4674345. OLE color: 4674345.

HSL color Cylindrical-coordinate representation of color #295347: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295347 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB418371-
CMYK0.5100.140.67
HSL162.86º33.87%24.31%-
HSV(B)162.86º50.6%32.55%-
XYZ5.157.117.06-
YUV69.07129.09107.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=21.03%
G=42.56%
B=36.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183710.5100.140.67162.8633.8724.31
Hex295347330E43a32218
Octal51123107630161032434230
Binary101001101001110001111100110111010000111010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295347; }

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

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

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

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

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

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

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

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