#294B3C

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

Shades of Te Papa Green #294B3C

Tints of Te Papa Green #294B3C

Color information

#294B3C (or 0x294B3C) is unknown color: approx Te Papa Green. HEX triplet: 29, 4B and 3C. RGB value is (41,75,60). Sum of RGB (Red+Green+Blue) = 41+75+60=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #294B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B3C is #D6B4C3. Grayscale: #3F3F3F. Windows color (decimal): -14070980 or 3951401. OLE color: 3951401.

HSL color Cylindrical-coordinate representation of color #294B3C: hue angle of 153.53º 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 #294B3C is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB417560-
CMYK0.4500.200.71
HSL153.53º29.31%22.75%-
HSV(B)153.53º45.33%29.41%-
XYZ4.255.835.18-
YUV63.12126.24112.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=23.30%
G=42.61%
B=34.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4175600.4500.200.71153.5329.3122.75
Hex294B3C2D014479a1d17
Octal5111374550241072323527
Binary10100110010111111001011010101001000111100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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