#295447

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

Shades of Te Papa Green #295447

Tints of Te Papa Green #295447

Color information

#295447 (or 0x295447) is unknown color: approx Te Papa Green. HEX triplet: 29, 54 and 47. RGB value is (41,84,71). Sum of RGB (Red+Green+Blue) = 41+84+71=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #295447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295447 is #D6ABB8. Grayscale: #454545. Windows color (decimal): -14068665 or 4674601. OLE color: 4674601.

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

Color convert

RGB418471-
CMYK0.5100.150.67
HSL161.86º34.4%24.51%-
HSV(B)161.86º51.19%32.94%-
XYZ5.227.277.09-
YUV69.66128.75107.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=20.92%
G=42.86%
B=36.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184710.5100.150.67161.8634.424.51
Hex295447330F43a22219
Octal51124107630171032424231
Binary101001101010010001111100110111110000111010001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295447; }

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

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

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

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

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

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

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

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