Html Css Color HEX #294A40 Te Papa Green

📋 copy color: '#294A40'

red 41 ◦ green 74 ◦ blue 64

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

Shades of Te Papa Green #294A40

Tints of Te Papa Green #294A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 22.91%
G = 41.34%
B = 35.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#294A40 (or 0x294A40) is known color: Te Papa Green. HEX triplet: 29, 4A and 40. RGB value is (41,74,64). Sum of RGB (Red+Green+Blue) = 41+74+64=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 74 - color contains mainly: green. Hex color #294A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A40 is #D6B5BF. Grayscale: #3E3E3E. Windows color (decimal): -14071232 or 4213289. OLE color: 4213289.

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

Color convert

RGB 41 74 64 -
CMYK 0.45 0 0.14 0.71
HSL 161.82º 0.29% 0.23% -
HSV(B) 161.82º 0.45% 0.29% -
XYZ 4.29 5.74 5.73 -
YUV 62.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 41 74 64 0.45 0 0.14 0.71 161.82 0.29 0.23
Hex 29 4A 40 2D 0 E 47 A2 1D 17
Octal 51 112 100 55 0 16 107 242 35 27
Binary 101001 1001010 1000000 101101 0 1110 1000111 10100010 11101 10111

Color Harmonies of #294A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A40

Black with #294A40

Text Example


Text Example

White with #294A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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