#295545

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

Shades of Te Papa Green #295545

Tints of Te Papa Green #295545

Color information

#295545 (or 0x295545) is unknown color: approx Te Papa Green. HEX triplet: 29, 55 and 45. RGB value is (41,85,69). Sum of RGB (Red+Green+Blue) = 41+85+69=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #295545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295545 is #D6AABA. Grayscale: #464646. Windows color (decimal): -14068411 or 4543785. OLE color: 4543785.

HSL color Cylindrical-coordinate representation of color #295545: hue angle of 158.18º 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 #295545 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB418569-
CMYK0.5200.190.67
HSL158.18º34.92%24.71%-
HSV(B)158.18º51.76%33.33%-
XYZ5.247.46.78-
YUV70.02127.42107.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=21.03%
G=43.59%
B=35.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185690.5200.190.67158.1834.9224.71
Hex29554534013439e2319
Octal51125105640231032364331
Binary1010011010101100010111010001001110000111001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295545; }

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

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

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

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

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

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

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

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