Html Css Color HEX #294F44 Te Papa Green

📋 copy color: '#294F44'

red 41 ◦ green 79 ◦ blue 68

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

Shades of Te Papa Green #294F44

Tints of Te Papa Green #294F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 21.81%
G = 42.02%
B = 36.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#294F44 (or 0x294F44) is known color: Te Papa Green. HEX triplet: 29, 4F and 44. RGB value is (41,79,68). Sum of RGB (Red+Green+Blue) = 41+79+68=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #294F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F44 is #D6B0BB. Grayscale: #424242. Windows color (decimal): -14069948 or 4476713. OLE color: 4476713.

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

Color convert

RGB 41 79 68 -
CMYK 0.48 0 0.14 0.69
HSL 162.63º 0.32% 0.24% -
HSV(B) 162.63º 0.48% 0.31% -
XYZ 4.75 6.48 6.47 -
YUV 66.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 41 79 68 0.48 0 0.14 0.69 162.63 0.32 0.24
Hex 29 4F 44 30 0 E 45 A3 20 18
Octal 51 117 104 60 0 16 105 243 40 30
Binary 101001 1001111 1000100 110000 0 1110 1000101 10100011 100000 11000

Color Harmonies of #294F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F44

Black with #294F44

Text Example


Text Example

White with #294F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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