#294E41

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

Shades of Te Papa Green #294E41

Tints of Te Papa Green #294E41

Color information

#294E41 (or 0x294E41) is unknown color: approx Te Papa Green. HEX triplet: 29, 4E and 41. RGB value is (41,78,65). Sum of RGB (Red+Green+Blue) = 41+78+65=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #294E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E41 is #D6B1BE. Grayscale: #414141. Windows color (decimal): -14070207 or 4279849. OLE color: 4279849.

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

Color convert

RGB417865-
CMYK0.4700.170.69
HSL158.92º31.09%23.33%-
HSV(B)158.92º47.44%30.59%-
XYZ4.596.35.98-
YUV65.46127.74110.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=22.28%
G=42.39%
B=35.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178650.4700.170.69158.9231.0923.33
Hex294E412F011459f1f17
Octal51116101570211052373727
Binary101001100111010000011011110100011000101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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