Html Css Color HEX #294F45 Te Papa Green

📋 copy color: '#294F45'

red 41 ◦ green 79 ◦ blue 69

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

Shades of Te Papa Green #294F45

Tints of Te Papa Green #294F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 21.69%
G = 41.8%
B = 36.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#294F45 (or 0x294F45) is known color: Te Papa Green. HEX triplet: 29, 4F and 45. RGB value is (41,79,69). Sum of RGB (Red+Green+Blue) = 41+79+69=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #294F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F45 is #D6B0BA. Grayscale: #424242. Windows color (decimal): -14069947 or 4542249. OLE color: 4542249.

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

Color convert

RGB 41 79 69 -
CMYK 0.48 0 0.13 0.69
HSL 164.21º 0.32% 0.24% -
HSV(B) 164.21º 0.48% 0.31% -
XYZ 4.78 6.49 6.63 -
YUV 66.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 41 79 69 0.48 0 0.13 0.69 164.21 0.32 0.24
Hex 29 4F 45 30 0 D 45 A4 20 18
Octal 51 117 105 60 0 15 105 244 40 30
Binary 101001 1001111 1000101 110000 0 1101 1000101 10100100 100000 11000

Color Harmonies of #294F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F45

Black with #294F45

Text Example


Text Example

White with #294F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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