Html Css Color HEX #29493D Te Papa Green

📋 copy color: '#29493D'

red 41 ◦ green 73 ◦ blue 61

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

Shades of Te Papa Green #29493D

Tints of Te Papa Green #29493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 23.43%
G = 41.71%
B = 34.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#29493D (or 0x29493D) is known color: Te Papa Green. HEX triplet: 29, 49 and 3D. RGB value is (41,73,61). Sum of RGB (Red+Green+Blue) = 41+73+61=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #29493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29493D is #D6B6C2. Grayscale: #3E3E3E. Windows color (decimal): -14071491 or 4016425. OLE color: 4016425.

HSL color Cylindrical-coordinate representation of color #29493D: hue angle of 157.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29493D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 73 61 -
CMYK 0.44 0 0.16 0.71
HSL 157.5º 0.28% 0.22% -
HSV(B) 157.5º 0.44% 0.29% -
XYZ 4.14 5.57 5.27 -
YUV 62.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 41 73 61 0.44 0 0.16 0.71 157.5 0.28 0.22
Hex 29 49 3D 2C 0 10 47 9E 1C 16
Octal 51 111 75 54 0 20 107 236 34 26
Binary 101001 1001001 111101 101100 0 10000 1000111 10011110 11100 10110

Color Harmonies of #29493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29493D

Black with #29493D

Text Example


Text Example

White with #29493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29493D; }

 p { color: rgb(41,73,61); }

 H1.HeaderClassName
 {
   color: #29493D;
 }
 .AnyTagClassName
 {
   color: #29493D;
 }
</style>

background-color css

<style>
 a { background-color: #29493D; }

 a { background-color: rgb(41,73,61); }

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

border-color css

<style>
 span { border-color: #29493D; }

 span { border-color: rgb(41,73,61); }

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