#29453D

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

Shades of Te Papa Green #29453D

Tints of Te Papa Green #29453D

Color information

#29453D (or 0x29453D) is unknown color: approx Te Papa Green. HEX triplet: 29, 45 and 3D. RGB value is (41,69,61). Sum of RGB (Red+Green+Blue) = 41+69+61=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #29453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29453D is #D6BAC2. Grayscale: #3B3B3B. Windows color (decimal): -14072515 or 4015401. OLE color: 4015401.

HSL color Cylindrical-coordinate representation of color #29453D: hue angle of 162.86º degrees, saturation: 0.25, 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 #29453D is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB416961-
CMYK0.4100.120.73
HSL162.86º25.45%21.57%-
HSV(B)162.86º40.58%27.06%-
XYZ3.885.065.19-
YUV59.72128.72114.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=23.98%
G=40.35%
B=35.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169610.4100.120.73162.8625.4521.57
Hex29453D290C49a31916
Octal5110575510141112433126
Binary1010011000101111101101001011001001001101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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