#294F42

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

Shades of Te Papa Green #294F42

Tints of Te Papa Green #294F42

Color information

#294F42 (or 0x294F42) is unknown color: approx Te Papa Green. HEX triplet: 29, 4F and 42. RGB value is (41,79,66). Sum of RGB (Red+Green+Blue) = 41+79+66=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #294F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F42 is #D6B0BD. Grayscale: #424242. Windows color (decimal): -14069950 or 4345641. OLE color: 4345641.

HSL color Cylindrical-coordinate representation of color #294F42: hue angle of 159.47º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F42 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB417966-
CMYK0.4800.160.69
HSL159.47º31.67%23.53%-
HSV(B)159.47º48.1%30.98%-
XYZ4.696.466.15-
YUV66.16127.91110.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=22.04%
G=42.47%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4179660.4800.160.69159.4731.6723.53
Hex294F4230010459f2018
Octal51117102600201052374030
Binary1010011001111100001011000001000010001011001111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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