#295045

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

Shades of Te Papa Green #295045

Tints of Te Papa Green #295045

Color information

#295045 (or 0x295045) is unknown color: approx Te Papa Green. HEX triplet: 29, 50 and 45. RGB value is (41,80,69). Sum of RGB (Red+Green+Blue) = 41+80+69=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #295045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295045 is #D6AFBA. Grayscale: #434343. Windows color (decimal): -14069691 or 4542505. OLE color: 4542505.

HSL color Cylindrical-coordinate representation of color #295045: hue angle of 163.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295045 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB418069-
CMYK0.4900.140.69
HSL163.08º32.23%23.73%-
HSV(B)163.08º48.75%31.37%-
XYZ4.866.646.66-
YUV67.08129.08109.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=21.58%
G=42.11%
B=36.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180690.4900.140.69163.0832.2323.73
Hex295045310E45a32018
Octal51120105610161052434030
Binary101001101000010001011100010111010001011010001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295045; }

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

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

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

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

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

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

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

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