Html Css Color HEX #294A41 Te Papa Green

📋 copy color: '#294A41'

red 41 ◦ green 74 ◦ blue 65

#294A41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #294A41

Tints of Te Papa Green #294A41

RGB

 RED value IS 41 (16.41% from 255) = 22.78%

 GREEN value IS 74 (29.3% from 255) = 41.11%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 22.78%
G = 41.11%
B = 36.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#294A41 (or 0x294A41) is known color: Te Papa Green. HEX triplet: 29, 4A and 41. RGB value is (41,74,65). Sum of RGB (Red+Green+Blue) = 41+74+65=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #294A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A41 is #D6B5BE. Grayscale: #3F3F3F. Windows color (decimal): -14071231 or 4278825. OLE color: 4278825.

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

Color convert

RGB 41 74 65 -
CMYK 0.45 0 0.12 0.71
HSL 163.64º 0.29% 0.23% -
HSV(B) 163.64º 0.45% 0.29% -
XYZ 4.32 5.75 5.88 -
YUV 63.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 41 74 65 0.45 0 0.12 0.71 163.64 0.29 0.23
Hex 29 4A 41 2D 0 C 47 A4 1D 17
Octal 51 112 101 55 0 14 107 244 35 27
Binary 101001 1001010 1000001 101101 0 1100 1000111 10100100 11101 10111

Color Harmonies of #294A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A41

Black with #294A41

Text Example


Text Example

White with #294A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #294A41;
 }
 .AnyTagClassName
 {
   color: #294A41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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