#295445

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

Shades of Te Papa Green #295445

Tints of Te Papa Green #295445

Color information

#295445 (or 0x295445) is unknown color: approx Te Papa Green. HEX triplet: 29, 54 and 45. RGB value is (41,84,69). Sum of RGB (Red+Green+Blue) = 41+84+69=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #295445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295445 is #D6ABBA. Grayscale: #454545. Windows color (decimal): -14068667 or 4543529. OLE color: 4543529.

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

Color convert

RGB418469-
CMYK0.5100.180.67
HSL159.07º34.4%24.51%-
HSV(B)159.07º51.19%32.94%-
XYZ5.167.246.76-
YUV69.43127.75107.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=21.13%
G=43.30%
B=35.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184690.5100.180.67159.0734.424.51
Hex29544533012439f2219
Octal51124105630221032374231
Binary1010011010100100010111001101001010000111001111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295445; }

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

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

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

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

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

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

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

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