#295042

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

Shades of Te Papa Green #295042

Tints of Te Papa Green #295042

Color information

#295042 (or 0x295042) is unknown color: approx Te Papa Green. HEX triplet: 29, 50 and 42. RGB value is (41,80,66). Sum of RGB (Red+Green+Blue) = 41+80+66=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #295042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295042 is #D6AFBD. Grayscale: #424242. Windows color (decimal): -14069694 or 4345897. OLE color: 4345897.

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

Color convert

RGB418066-
CMYK0.4900.170.69
HSL158.46º32.23%23.73%-
HSV(B)158.46º48.75%31.37%-
XYZ4.776.66.18-
YUV66.74127.58109.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.93%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=21.93%
G=42.78%
B=35.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4180660.4900.170.69158.4632.2323.73
Hex29504231011459e2018
Octal51120102610211052364030
Binary1010011010000100001011000101000110001011001111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295042; }

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

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

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

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

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

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

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

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