#295441

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

Shades of Te Papa Green #295441

Tints of Te Papa Green #295441

Color information

#295441 (or 0x295441) is unknown color: approx Te Papa Green. HEX triplet: 29, 54 and 41. RGB value is (41,84,65). Sum of RGB (Red+Green+Blue) = 41+84+65=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #295441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295441 is #D6ABBE. Grayscale: #454545. Windows color (decimal): -14068671 or 4281385. OLE color: 4281385.

HSL color Cylindrical-coordinate representation of color #295441: hue angle of 153.49º 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 #295441 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB418465-
CMYK0.5100.230.67
HSL153.49º34.4%24.51%-
HSV(B)153.49º51.19%32.94%-
XYZ5.047.196.12-
YUV68.98125.75108.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=21.58%
G=44.21%
B=34.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184650.5100.230.67153.4934.424.51
Hex2954413301743992219
Octal51124101630271032314231
Binary1010011010100100000111001101011110000111001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295441; }

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

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

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

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

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

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

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

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