Html Css Color HEX #294A3E Te Papa Green

📋 copy color: '#294A3E'

red 41 ◦ green 74 ◦ blue 62

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

Shades of Te Papa Green #294A3E

Tints of Te Papa Green #294A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 23.16%
G = 41.81%
B = 35.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#294A3E (or 0x294A3E) is known color: Te Papa Green. HEX triplet: 29, 4A and 3E. RGB value is (41,74,62). Sum of RGB (Red+Green+Blue) = 41+74+62=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #294A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A3E is #D6B5C1. Grayscale: #3E3E3E. Windows color (decimal): -14071234 or 4082217. OLE color: 4082217.

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

Color convert

RGB 41 74 62 -
CMYK 0.45 0 0.16 0.71
HSL 158.18º 0.29% 0.23% -
HSV(B) 158.18º 0.45% 0.29% -
XYZ 4.23 5.72 5.44 -
YUV 62.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 41 74 62 0.45 0 0.16 0.71 158.18 0.29 0.23
Hex 29 4A 3E 2D 0 10 47 9E 1D 17
Octal 51 112 76 55 0 20 107 236 35 27
Binary 101001 1001010 111110 101101 0 10000 1000111 10011110 11101 10111

Color Harmonies of #294A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A3E

Black with #294A3E

Text Example


Text Example

White with #294A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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