Html Css Color HEX #29533F Te Papa Green

📋 copy color: '#29533F'

red 41 ◦ green 83 ◦ blue 63

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

Shades of Te Papa Green #29533F

Tints of Te Papa Green #29533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 21.93%
G = 44.39%
B = 33.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#29533F (or 0x29533F) is known color: Te Papa Green. HEX triplet: 29, 53 and 3F. RGB value is (41,83,63). Sum of RGB (Red+Green+Blue) = 41+83+63=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #29533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29533F is #D6ACC0. Grayscale: #444444. Windows color (decimal): -14068929 or 4150057. OLE color: 4150057.

HSL color Cylindrical-coordinate representation of color #29533F: hue angle of 151.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29533F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 63 -
CMYK 0.51 0 0.24 0.67
HSL 151.43º 0.34% 0.24% -
HSV(B) 151.43º 0.51% 0.33% -
XYZ 4.9 7.02 5.8 -
YUV 68.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 41 83 63 0.51 0 0.24 0.67 151.43 0.34 0.24
Hex 29 53 3F 33 0 18 43 97 22 18
Octal 51 123 77 63 0 30 103 227 42 30
Binary 101001 1010011 111111 110011 0 11000 1000011 10010111 100010 11000

Color Harmonies of #29533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29533F

Black with #29533F

Text Example


Text Example

White with #29533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29533F; }

 p { color: rgb(41,83,63); }

 H1.HeaderClassName
 {
   color: #29533F;
 }
 .AnyTagClassName
 {
   color: #29533F;
 }
</style>

background-color css

<style>
 a { background-color: #29533F; }

 a { background-color: rgb(41,83,63); }

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

border-color css

<style>
 span { border-color: #29533F; }

 span { border-color: rgb(41,83,63); }

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