Html Css Color HEX #294B41 Te Papa Green

📋 copy color: '#294B41'

red 41 ◦ green 75 ◦ blue 65

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

Shades of Te Papa Green #294B41

Tints of Te Papa Green #294B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.91%

R = 22.65%
G = 41.44%
B = 35.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#294B41 (or 0x294B41) is known color: Te Papa Green. HEX triplet: 29, 4B and 41. RGB value is (41,75,65). Sum of RGB (Red+Green+Blue) = 41+75+65=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #294B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B41 is #D6B4BE. Grayscale: #3F3F3F. Windows color (decimal): -14070975 or 4279081. OLE color: 4279081.

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

Color convert

RGB 41 75 65 -
CMYK 0.45 0 0.13 0.71
HSL 162.35º 0.29% 0.23% -
HSV(B) 162.35º 0.45% 0.29% -
XYZ 4.38 5.89 5.91 -
YUV 63.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 41 75 65 0.45 0 0.13 0.71 162.35 0.29 0.23
Hex 29 4B 41 2D 0 D 47 A2 1D 17
Octal 51 113 101 55 0 15 107 242 35 27
Binary 101001 1001011 1000001 101101 0 1101 1000111 10100010 11101 10111

Color Harmonies of #294B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B41

Black with #294B41

Text Example


Text Example

White with #294B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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