Html Css Color HEX #29513E Te Papa Green

📋 copy color: '#29513E'

red 41 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #29513E

Tints of Te Papa Green #29513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.02%

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

R = 22.28%
G = 44.02%
B = 33.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#29513E (or 0x29513E) is known color: Te Papa Green. HEX triplet: 29, 51 and 3E. RGB value is (41,81,62). Sum of RGB (Red+Green+Blue) = 41+81+62=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #29513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29513E is #D6AEC1. Grayscale: #424242. Windows color (decimal): -14069442 or 4084009. OLE color: 4084009.

HSL color Cylindrical-coordinate representation of color #29513E: hue angle of 151.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29513E is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 81 62 -
CMYK 0.49 0 0.23 0.68
HSL 151.5º 0.33% 0.24% -
HSV(B) 151.5º 0.49% 0.32% -
XYZ 4.73 6.7 5.6 -
YUV 66.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 41 81 62 0.49 0 0.23 0.68 151.5 0.33 0.24
Hex 29 51 3E 31 0 17 44 98 21 18
Octal 51 121 76 61 0 27 104 230 41 30
Binary 101001 1010001 111110 110001 0 10111 1000100 10011000 100001 11000

Color Harmonies of #29513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29513E

Black with #29513E

Text Example


Text Example

White with #29513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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