#294D3F

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

Shades of Te Papa Green #294D3F

Tints of Te Papa Green #294D3F

Color information

#294D3F (or 0x294D3F) is unknown color: approx Te Papa Green. HEX triplet: 29, 4D and 3F. RGB value is (41,77,63). Sum of RGB (Red+Green+Blue) = 41+77+63=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #294D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D3F is #D6B2C0. Grayscale: #404040. Windows color (decimal): -14070465 or 4148521. OLE color: 4148521.

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

Color convert

RGB417763-
CMYK0.4700.180.70
HSL156.67º30.51%23.14%-
HSV(B)156.67º46.75%30.2%-
XYZ4.476.145.65-
YUV64.64127.07111.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 63 (25% from 255) = 34.81%
R=22.65%
G=42.54%
B=34.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177630.4700.180.70156.6730.5123.14
Hex294D3F2F012469d1f17
Octal5111577570221062353727
Binary10100110011011111111011110100101000110100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,77,63); }

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

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

 a { background-color: rgb(41,77,63); }

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

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

 span { border-color: rgb(41,77,63); }

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