#295543

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

Shades of Te Papa Green #295543

Tints of Te Papa Green #295543

Color information

#295543 (or 0x295543) is unknown color: approx Te Papa Green. HEX triplet: 29, 55 and 43. RGB value is (41,85,67). Sum of RGB (Red+Green+Blue) = 41+85+67=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #295543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295543 is #D6AABC. Grayscale: #454545. Windows color (decimal): -14068413 or 4412713. OLE color: 4412713.

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

Color convert

RGB418567-
CMYK0.5200.210.67
HSL155.45º34.92%24.71%-
HSV(B)155.45º51.76%33.33%-
XYZ5.187.376.46-
YUV69.79126.42107.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=21.24%
G=44.04%
B=34.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185670.5200.210.67155.4534.9224.71
Hex29554334015439b2319
Octal51125103640251032334331
Binary1010011010101100001111010001010110000111001101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295543; }

 p { color: rgb(41,85,67); }

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

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

 a { background-color: rgb(41,85,67); }

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

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

 span { border-color: rgb(41,85,67); }

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