Html Css Color HEX #29463E Te Papa Green

📋 copy color: '#29463E'

red 41 ◦ green 70 ◦ blue 62

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

Shades of Te Papa Green #29463E

Tints of Te Papa Green #29463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.46%

 BLUE value IS 62 (24.61% from 255) = 35.84%

R = 23.7%
G = 40.46%
B = 35.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#29463E (or 0x29463E) is known color: Te Papa Green. HEX triplet: 29, 46 and 3E. RGB value is (41,70,62). Sum of RGB (Red+Green+Blue) = 41+70+62=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #29463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29463E is #D6B9C1. Grayscale: #3C3C3C. Windows color (decimal): -14072258 or 4081193. OLE color: 4081193.

HSL color Cylindrical-coordinate representation of color #29463E: hue angle of 163.45º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29463E is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 70 62 -
CMYK 0.41 0 0.11 0.73
HSL 163.45º 0.26% 0.22% -
HSV(B) 163.45º 0.41% 0.27% -
XYZ 3.97 5.2 5.35 -
YUV 60.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 41 70 62 0.41 0 0.11 0.73 163.45 0.26 0.22
Hex 29 46 3E 29 0 B 49 A3 1A 16
Octal 51 106 76 51 0 13 111 243 32 26
Binary 101001 1000110 111110 101001 0 1011 1001001 10100011 11010 10110

Color Harmonies of #29463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29463E

Black with #29463E

Text Example


Text Example

White with #29463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29463E; }

 p { color: rgb(41,70,62); }

 H1.HeaderClassName
 {
   color: #29463E;
 }
 .AnyTagClassName
 {
   color: #29463E;
 }
</style>

background-color css

<style>
 a { background-color: #29463E; }

 a { background-color: rgb(41,70,62); }

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

border-color css

<style>
 span { border-color: #29463E; }

 span { border-color: rgb(41,70,62); }

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