#295348

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

Shades of Te Papa Green #295348

Tints of Te Papa Green #295348

Color information

#295348 (or 0x295348) is unknown color: approx Te Papa Green. HEX triplet: 29, 53 and 48. RGB value is (41,83,72). Sum of RGB (Red+Green+Blue) = 41+83+72=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #295348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295348 is #D6ACB7. Grayscale: #454545. Windows color (decimal): -14068920 or 4739881. OLE color: 4739881.

HSL color Cylindrical-coordinate representation of color #295348: hue angle of 164.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295348 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB418372-
CMYK0.5100.130.67
HSL164.29º33.87%24.31%-
HSV(B)164.29º50.6%32.55%-
XYZ5.187.137.23-
YUV69.19129.59107.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=20.92%
G=42.35%
B=36.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183720.5100.130.67164.2933.8724.31
Hex295348330D43a42218
Octal51123110630151032444230
Binary101001101001110010001100110110110000111010010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295348; }

 p { color: rgb(41,83,72); }

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

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

 a { background-color: rgb(41,83,72); }

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

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

 span { border-color: rgb(41,83,72); }

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