#295242

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

Shades of Te Papa Green #295242

Tints of Te Papa Green #295242

Color information

#295242 (or 0x295242) is unknown color: approx Te Papa Green. HEX triplet: 29, 52 and 42. RGB value is (41,82,66). Sum of RGB (Red+Green+Blue) = 41+82+66=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #295242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295242 is #D6ADBD. Grayscale: #434343. Windows color (decimal): -14069182 or 4346409. OLE color: 4346409.

HSL color Cylindrical-coordinate representation of color #295242: hue angle of 156.59º 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 #295242 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB418266-
CMYK0.5000.200.68
HSL156.59º33.33%24.12%-
HSV(B)156.59º50%32.16%-
XYZ4.926.96.23-
YUV67.92126.92108.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=21.69%
G=43.39%
B=34.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182660.5000.200.68156.5933.3324.12
Hex29524232014449d2118
Octal51122102620241042354130
Binary1010011010010100001011001001010010001001001110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295242; }

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

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

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

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

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

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

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

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