#295241

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

Shades of Te Papa Green #295241

Tints of Te Papa Green #295241

Color information

#295241 (or 0x295241) is unknown color: approx Te Papa Green. HEX triplet: 29, 52 and 41. RGB value is (41,82,65). Sum of RGB (Red+Green+Blue) = 41+82+65=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #295241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295241 is #D6ADBE. Grayscale: #434343. Windows color (decimal): -14069183 or 4280873. OLE color: 4280873.

HSL color Cylindrical-coordinate representation of color #295241: hue angle of 155.12º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295241 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB418265-
CMYK0.5000.210.68
HSL155.12º33.33%24.12%-
HSV(B)155.12º50%32.16%-
XYZ4.896.896.07-
YUV67.8126.42108.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=21.81%
G=43.62%
B=34.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182650.5000.210.68155.1233.3324.12
Hex29524132015449b2118
Octal51122101620251042334130
Binary1010011010010100000111001001010110001001001101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295241; }

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

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

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

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

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

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

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

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