#2A5542

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

Shades of Te Papa Green #2A5542

Tints of Te Papa Green #2A5542

Color information

#2A5542 (or 0x2A5542) is unknown color: approx Te Papa Green. HEX triplet: 2A, 55 and 42. RGB value is (42,85,66). Sum of RGB (Red+Green+Blue) = 42+85+66=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5542 is #D5AABD. Grayscale: #464646. Windows color (decimal): -14002878 or 4347178. OLE color: 4347178.

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

Color convert

RGB428566-
CMYK0.5100.220.67
HSL153.49º33.86%24.9%-
HSV(B)153.49º50.59%33.33%-
XYZ5.197.386.31-
YUV69.98125.75108.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=21.76%
G=44.04%
B=34.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285660.5100.220.67153.4933.8624.9
Hex2A55423301643992219
Octal52125102630261032314231
Binary1010101010101100001011001101011010000111001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5542; }

 p { color: rgb(42,85,66); }

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

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

 a { background-color: rgb(42,85,66); }

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

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

 span { border-color: rgb(42,85,66); }

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