Html Css Color HEX #294F40 Te Papa Green

📋 copy color: '#294F40'

red 41 ◦ green 79 ◦ blue 64

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

Shades of Te Papa Green #294F40

Tints of Te Papa Green #294F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.93%

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

R = 22.28%
G = 42.93%
B = 34.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#294F40 (or 0x294F40) is known color: Te Papa Green. HEX triplet: 29, 4F and 40. RGB value is (41,79,64). Sum of RGB (Red+Green+Blue) = 41+79+64=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #294F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F40 is #D6B0BF. Grayscale: #414141. Windows color (decimal): -14069952 or 4214569. OLE color: 4214569.

HSL color Cylindrical-coordinate representation of color #294F40: hue angle of 156.32º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F40 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 79 64 -
CMYK 0.48 0 0.19 0.69
HSL 156.32º 0.32% 0.24% -
HSV(B) 156.32º 0.48% 0.31% -
XYZ 4.64 6.43 5.85 -
YUV 65.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 41 79 64 0.48 0 0.19 0.69 156.32 0.32 0.24
Hex 29 4F 40 30 0 13 45 9C 20 18
Octal 51 117 100 60 0 23 105 234 40 30
Binary 101001 1001111 1000000 110000 0 10011 1000101 10011100 100000 11000

Color Harmonies of #294F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F40

Black with #294F40

Text Example


Text Example

White with #294F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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