#2A5143

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

Shades of Te Papa Green #2A5143

Tints of Te Papa Green #2A5143

Color information

#2A5143 (or 0x2A5143) is unknown color: approx Te Papa Green. HEX triplet: 2A, 51 and 43. RGB value is (42,81,67). Sum of RGB (Red+Green+Blue) = 42+81+67=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5143 is #D5AEBC. Grayscale: #434343. Windows color (decimal): -14003901 or 4411690. OLE color: 4411690.

HSL color Cylindrical-coordinate representation of color #2A5143: hue angle of 158.46º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5143 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB428167-
CMYK0.4800.170.68
HSL158.46º31.71%24.12%-
HSV(B)158.46º48.15%31.76%-
XYZ4.916.786.36-
YUV67.74127.58109.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=22.11%
G=42.63%
B=35.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4281670.4800.170.68158.4631.7124.12
Hex2A514330011449e2018
Octal52121103600211042364030
Binary1010101010001100001111000001000110001001001111010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,81,67); }

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

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

 a { background-color: rgb(42,81,67); }

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

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

 span { border-color: rgb(42,81,67); }

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