Html Css Color HEX #294F3E Te Papa Green

📋 copy color: '#294F3E'

red 41 ◦ green 79 ◦ blue 62

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

Shades of Te Papa Green #294F3E

Tints of Te Papa Green #294F3E

RGB

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

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

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

R = 22.53%
G = 43.41%
B = 34.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#294F3E (or 0x294F3E) is known color: Te Papa Green. HEX triplet: 29, 4F and 3E. RGB value is (41,79,62). Sum of RGB (Red+Green+Blue) = 41+79+62=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #294F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F3E is #D6B0C1. Grayscale: #414141. Windows color (decimal): -14069954 or 4083497. OLE color: 4083497.

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

Color convert

RGB 41 79 62 -
CMYK 0.48 0 0.22 0.69
HSL 153.16º 0.32% 0.24% -
HSV(B) 153.16º 0.48% 0.31% -
XYZ 4.58 6.41 5.55 -
YUV 65.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 41 79 62 0.48 0 0.22 0.69 153.16 0.32 0.24
Hex 29 4F 3E 30 0 16 45 99 20 18
Octal 51 117 76 60 0 26 105 231 40 30
Binary 101001 1001111 111110 110000 0 10110 1000101 10011001 100000 11000

Color Harmonies of #294F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F3E

Black with #294F3E

Text Example


Text Example

White with #294F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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