#29483F

Color #29483F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #29483F

Tints of Te Papa Green #29483F

Color information

#29483F (or 0x29483F) is unknown color: approx Te Papa Green. HEX triplet: 29, 48 and 3F. RGB value is (41,72,63). Sum of RGB (Red+Green+Blue) = 41+72+63=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #29483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29483F is #D6B7C0. Grayscale: #3D3D3D. Windows color (decimal): -14071745 or 4147241. OLE color: 4147241.

HSL color Cylindrical-coordinate representation of color #29483F: hue angle of 162.58º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29483F is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB417263-
CMYK0.4300.120.72
HSL162.58º27.43%22.16%-
HSV(B)162.58º43.06%28.24%-
XYZ4.135.475.54-
YUV61.7128.73113.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 63 (25% from 255) = 35.80%
R=23.30%
G=40.91%
B=35.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172630.4300.120.72162.5827.4322.16
Hex29483F2B0C48a31b16
Octal5111077530141102433326
Binary1010011001000111111101011011001001000101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29483F;
 }
 .AnyTagClassName
 {
   color: #29483F;
 }
</style>
background-color css

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

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

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

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

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

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