#295345

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

Shades of Te Papa Green #295345

Tints of Te Papa Green #295345

Color information

#295345 (or 0x295345) is unknown color: approx Te Papa Green. HEX triplet: 29, 53 and 45. RGB value is (41,83,69). Sum of RGB (Red+Green+Blue) = 41+83+69=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #295345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295345 is #D6ACBA. Grayscale: #444444. Windows color (decimal): -14068923 or 4543273. OLE color: 4543273.

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

Color convert

RGB418369-
CMYK0.5100.170.67
HSL160º33.87%24.31%-
HSV(B)160º50.6%32.55%-
XYZ5.087.096.73-
YUV68.85128.09108.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=21.24%
G=43.01%
B=35.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183690.5100.170.6716033.8724.31
Hex2953453301143a02218
Octal51123105630211032404230
Binary1010011010011100010111001101000110000111010000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295345; }

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

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

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

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

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

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

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

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