Html Css Color HEX #294B42 Te Papa Green

📋 copy color: '#294B42'

red 41 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #294B42

Tints of Te Papa Green #294B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.21%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 22.53%
G = 41.21%
B = 36.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#294B42 (or 0x294B42) is known color: Te Papa Green. HEX triplet: 29, 4B and 42. RGB value is (41,75,66). Sum of RGB (Red+Green+Blue) = 41+75+66=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #294B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B42 is #D6B4BD. Grayscale: #3F3F3F. Windows color (decimal): -14070974 or 4344617. OLE color: 4344617.

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

Color convert

RGB 41 75 66 -
CMYK 0.45 0 0.12 0.71
HSL 164.12º 0.29% 0.23% -
HSV(B) 164.12º 0.45% 0.29% -
XYZ 4.41 5.9 6.06 -
YUV 63.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 41 75 66 0.45 0 0.12 0.71 164.12 0.29 0.23
Hex 29 4B 42 2D 0 C 47 A4 1D 17
Octal 51 113 102 55 0 14 107 244 35 27
Binary 101001 1001011 1000010 101101 0 1100 1000111 10100100 11101 10111

Color Harmonies of #294B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B42

Black with #294B42

Text Example


Text Example

White with #294B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,75,66); }

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

background-color css

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

 a { background-color: rgb(41,75,66); }

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

border-color css

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

 span { border-color: rgb(41,75,66); }

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