Html Css Color HEX #294940 Te Papa Green

📋 copy color: '#294940'

red 41 ◦ green 73 ◦ blue 64

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

Shades of Te Papa Green #294940

Tints of Te Papa Green #294940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

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

R = 23.03%
G = 41.01%
B = 35.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#294940 (or 0x294940) is known color: Te Papa Green. HEX triplet: 29, 49 and 40. RGB value is (41,73,64). Sum of RGB (Red+Green+Blue) = 41+73+64=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #294940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294940 is #D6B6BF. Grayscale: #3E3E3E. Windows color (decimal): -14071488 or 4213033. OLE color: 4213033.

HSL color Cylindrical-coordinate representation of color #294940: hue angle of 163.12º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294940 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 64 -
CMYK 0.44 0 0.12 0.71
HSL 163.13º 0.28% 0.22% -
HSV(B) 163.13º 0.44% 0.29% -
XYZ 4.22 5.61 5.71 -
YUV 62.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 41 73 64 0.44 0 0.12 0.71 163.13 0.28 0.22
Hex 29 49 40 2C 0 C 47 A3 1C 16
Octal 51 111 100 54 0 14 107 243 34 26
Binary 101001 1001001 1000000 101100 0 1100 1000111 10100011 11100 10110

Color Harmonies of #294940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294940

Black with #294940

Text Example


Text Example

White with #294940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294940; }

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

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

background-color css

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

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

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

border-color css

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

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

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