#295541

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

Shades of Te Papa Green #295541

Tints of Te Papa Green #295541

Color information

#295541 (or 0x295541) is unknown color: approx Te Papa Green. HEX triplet: 29, 55 and 41. RGB value is (41,85,65). Sum of RGB (Red+Green+Blue) = 41+85+65=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #295541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295541 is #D6AABE. Grayscale: #454545. Windows color (decimal): -14068415 or 4281641. OLE color: 4281641.

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

Color convert

RGB418565-
CMYK0.5200.240.67
HSL152.73º34.92%24.71%-
HSV(B)152.73º51.76%33.33%-
XYZ5.127.356.15-
YUV69.56125.42107.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=21.47%
G=44.50%
B=34.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185650.5200.240.67152.7334.9224.71
Hex2955413401843992319
Octal51125101640301032314331
Binary1010011010101100000111010001100010000111001100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295541; }

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

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

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

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

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

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

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

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