Html Css Color HEX #294C43 Te Papa Green

📋 copy color: '#294C43'

red 41 ◦ green 76 ◦ blue 67

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

Shades of Te Papa Green #294C43

Tints of Te Papa Green #294C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 22.28%
G = 41.3%
B = 36.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#294C43 (or 0x294C43) is known color: Te Papa Green. HEX triplet: 29, 4C and 43. RGB value is (41,76,67). Sum of RGB (Red+Green+Blue) = 41+76+67=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #294C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C43 is #D6B3BC. Grayscale: #404040. Windows color (decimal): -14070717 or 4410409. OLE color: 4410409.

HSL color Cylindrical-coordinate representation of color #294C43: hue angle of 164.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C43 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 76 67 -
CMYK 0.46 0 0.12 0.70
HSL 164.57º 0.3% 0.23% -
HSV(B) 164.57º 0.46% 0.3% -
XYZ 4.51 6.05 6.24 -
YUV 64.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 41 76 67 0.46 0 0.12 0.70 164.57 0.3 0.23
Hex 29 4C 43 2E 0 C 46 A5 1E 17
Octal 51 114 103 56 0 14 106 245 36 27
Binary 101001 1001100 1000011 101110 0 1100 1000110 10100101 11110 10111

Color Harmonies of #294C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C43

Black with #294C43

Text Example


Text Example

White with #294C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,76,67); }

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

background-color css

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

 a { background-color: rgb(41,76,67); }

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

border-color css

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

 span { border-color: rgb(41,76,67); }

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