#294A3C

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

Shades of Te Papa Green #294A3C

Tints of Te Papa Green #294A3C

Color information

#294A3C (or 0x294A3C) is unknown color: approx Te Papa Green. HEX triplet: 29, 4A and 3C. RGB value is (41,74,60). Sum of RGB (Red+Green+Blue) = 41+74+60=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #294A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A3C is #D6B5C3. Grayscale: #3E3E3E. Windows color (decimal): -14071236 or 3951145. OLE color: 3951145.

HSL color Cylindrical-coordinate representation of color #294A3C: hue angle of 154.55º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A3C is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB417460-
CMYK0.4500.190.71
HSL154.55º28.7%22.55%-
HSV(B)154.55º44.59%29.02%-
XYZ4.185.75.15-
YUV62.54126.57112.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=23.43%
G=42.29%
B=34.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174600.4500.190.71154.5528.722.55
Hex294A3C2D013479b1d17
Octal5111274550231072333527
Binary10100110010101111001011010100111000111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,60); }

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

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

 a { background-color: rgb(41,74,60); }

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

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

 span { border-color: rgb(41,74,60); }

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