#294940

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

Shades of Te Papa Green #294940

Tints of Te Papa Green #294940

Color information

#294940 (or 0x294940) is unknown color: approx Te Papa Green. HEX triplet: 29, 49 and 40. RGB value is (41,73,64). Sum of RGB (Red+Green+Blue) = 41+73+64=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #294940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294940 is #D6B6BF. Grayscale: #3E3E3E. Windows color (decimal): -14071488 or 4213033. OLE color: 4213033.

HSL color Cylindrical-coordinate representation of color #294940: hue angle of 163.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294940 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB417364-
CMYK0.4400.120.71
HSL163.12º28.07%22.35%-
HSV(B)163.12º43.84%28.63%-
XYZ4.225.615.71-
YUV62.41128.9112.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=23.03%
G=41.01%
B=35.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173640.4400.120.71163.1228.0722.35
Hex2949402C0C47a31c16
Octal51111100540141072433426
Binary10100110010011000000101100011001000111101000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294940; }

 p { color: rgb(41,73,64); }

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

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

 a { background-color: rgb(41,73,64); }

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

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

 span { border-color: rgb(41,73,64); }

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