Html Css Color HEX #294E3F Te Papa Green

📋 copy color: '#294E3F'

red 41 ◦ green 78 ◦ blue 63

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

Shades of Te Papa Green #294E3F

Tints of Te Papa Green #294E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.86%

 BLUE value IS 63 (25% from 255) = 34.62%

R = 22.53%
G = 42.86%
B = 34.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#294E3F (or 0x294E3F) is known color: Te Papa Green. HEX triplet: 29, 4E and 3F. RGB value is (41,78,63). Sum of RGB (Red+Green+Blue) = 41+78+63=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #294E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E3F is #D6B1C0. Grayscale: #414141. Windows color (decimal): -14070209 or 4148777. OLE color: 4148777.

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

Color convert

RGB 41 78 63 -
CMYK 0.47 0 0.19 0.69
HSL 155.68º 0.31% 0.23% -
HSV(B) 155.68º 0.47% 0.31% -
XYZ 4.54 6.28 5.68 -
YUV 65.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 41 78 63 0.47 0 0.19 0.69 155.68 0.31 0.23
Hex 29 4E 3F 2F 0 13 45 9C 1F 17
Octal 51 116 77 57 0 23 105 234 37 27
Binary 101001 1001110 111111 101111 0 10011 1000101 10011100 11111 10111

Color Harmonies of #294E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E3F

Black with #294E3F

Text Example


Text Example

White with #294E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,63); }

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

background-color css

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

 a { background-color: rgb(41,78,63); }

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

border-color css

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

 span { border-color: rgb(41,78,63); }

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