#295745

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

Shades of Te Papa Green #295745

Tints of Te Papa Green #295745

Color information

#295745 (or 0x295745) is unknown color: approx Te Papa Green. HEX triplet: 29, 57 and 45. RGB value is (41,87,69). Sum of RGB (Red+Green+Blue) = 41+87+69=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 87 - color contains mainly: green. Hex color #295745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295745 is #D6A8BA. Grayscale: #474747. Windows color (decimal): -14067899 or 4544297. OLE color: 4544297.

HSL color Cylindrical-coordinate representation of color #295745: hue angle of 156.52º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295745 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB418769-
CMYK0.5300.210.66
HSL156.52º35.94%25.1%-
HSV(B)156.52º52.87%34.12%-
XYZ5.47.726.84-
YUV71.19126.76106.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.81%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=20.81%
G=44.16%
B=35.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187690.5300.210.66156.5235.9425.1
Hex29574535015429d2419
Octal51127105650251022354431
Binary1010011010111100010111010101010110000101001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295745; }

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

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

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

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

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

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

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

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