Html Css Color HEX #294D40 Te Papa Green

📋 copy color: '#294D40'

red 41 ◦ green 77 ◦ blue 64

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

Shades of Te Papa Green #294D40

Tints of Te Papa Green #294D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.31%

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

R = 22.53%
G = 42.31%
B = 35.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#294D40 (or 0x294D40) is known color: Te Papa Green. HEX triplet: 29, 4D and 40. RGB value is (41,77,64). Sum of RGB (Red+Green+Blue) = 41+77+64=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #294D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D40 is #D6B2BF. Grayscale: #404040. Windows color (decimal): -14070464 or 4214057. OLE color: 4214057.

HSL color Cylindrical-coordinate representation of color #294D40: hue angle of 158.33º 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 #294D40 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 77 64 -
CMYK 0.47 0 0.17 0.70
HSL 158.33º 0.31% 0.23% -
HSV(B) 158.33º 0.47% 0.3% -
XYZ 4.49 6.15 5.8 -
YUV 64.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 41 77 64 0.47 0 0.17 0.70 158.33 0.31 0.23
Hex 29 4D 40 2F 0 11 46 9E 1F 17
Octal 51 115 100 57 0 21 106 236 37 27
Binary 101001 1001101 1000000 101111 0 10001 1000110 10011110 11111 10111

Color Harmonies of #294D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D40

Black with #294D40

Text Example


Text Example

White with #294D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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