Html Css Color HEX #294E3E Te Papa Green

📋 copy color: '#294E3E'

red 41 ◦ green 78 ◦ blue 62

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

Shades of Te Papa Green #294E3E

Tints of Te Papa Green #294E3E

RGB

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

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

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

R = 22.65%
G = 43.09%
B = 34.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#294E3E (or 0x294E3E) is known color: Te Papa Green. HEX triplet: 29, 4E and 3E. RGB value is (41,78,62). Sum of RGB (Red+Green+Blue) = 41+78+62=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #294E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E3E is #D6B1C1. Grayscale: #414141. Windows color (decimal): -14070210 or 4083241. OLE color: 4083241.

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

Color convert

RGB 41 78 62 -
CMYK 0.47 0 0.21 0.69
HSL 154.05º 0.31% 0.23% -
HSV(B) 154.05º 0.47% 0.31% -
XYZ 4.51 6.27 5.53 -
YUV 65.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 41 78 62 0.47 0 0.21 0.69 154.05 0.31 0.23
Hex 29 4E 3E 2F 0 15 45 9A 1F 17
Octal 51 116 76 57 0 25 105 232 37 27
Binary 101001 1001110 111110 101111 0 10101 1000101 10011010 11111 10111

Color Harmonies of #294E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E3E

Black with #294E3E

Text Example


Text Example

White with #294E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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