#294E40

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

Shades of Te Papa Green #294E40

Tints of Te Papa Green #294E40

Color information

#294E40 (or 0x294E40) is unknown color: approx Te Papa Green. HEX triplet: 29, 4E and 40. RGB value is (41,78,64). Sum of RGB (Red+Green+Blue) = 41+78+64=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #294E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E40 is #D6B1BF. Grayscale: #414141. Windows color (decimal): -14070208 or 4214313. OLE color: 4214313.

HSL color Cylindrical-coordinate representation of color #294E40: hue angle of 157.3º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E40 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB417864-
CMYK0.4700.180.69
HSL157.3º31.09%23.33%-
HSV(B)157.3º47.44%30.59%-
XYZ4.566.295.82-
YUV65.34127.24110.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=22.40%
G=42.62%
B=34.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178640.4700.180.69157.331.0923.33
Hex294E402F012459d1f17
Octal51116100570221052353727
Binary101001100111010000001011110100101000101100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E40; }

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

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

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

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

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

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

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

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