#295546

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

Shades of Te Papa Green #295546

Tints of Te Papa Green #295546

Color information

#295546 (or 0x295546) is unknown color: approx Te Papa Green. HEX triplet: 29, 55 and 46. RGB value is (41,85,70). Sum of RGB (Red+Green+Blue) = 41+85+70=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #295546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295546 is #D6AAB9. Grayscale: #464646. Windows color (decimal): -14068410 or 4609321. OLE color: 4609321.

HSL color Cylindrical-coordinate representation of color #295546: hue angle of 159.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295546 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB418570-
CMYK0.5200.180.67
HSL159.55º34.92%24.71%-
HSV(B)159.55º51.76%33.33%-
XYZ5.277.416.95-
YUV70.13127.92107.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.92%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=20.92%
G=43.37%
B=35.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185700.5200.180.67159.5534.9224.71
Hex2955463401243a02319
Octal51125106640221032404331
Binary1010011010101100011011010001001010000111010000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295546; }

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

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

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

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

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

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

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

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