#2A523F

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

Shades of Te Papa Green #2A523F

Tints of Te Papa Green #2A523F

Color information

#2A523F (or 0x2A523F) is unknown color: approx Te Papa Green. HEX triplet: 2A, 52 and 3F. RGB value is (42,82,63). Sum of RGB (Red+Green+Blue) = 42+82+63=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #2A523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A523F is #D5ADC0. Grayscale: #434343. Windows color (decimal): -14003649 or 4149802. OLE color: 4149802.

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

Color convert

RGB428263-
CMYK0.4900.230.68
HSL151.5º32.26%24.31%-
HSV(B)151.5º48.78%32.16%-
XYZ4.876.895.78-
YUV67.87125.25109.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.46%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 63 (25% from 255) = 33.69%
R=22.46%
G=43.85%
B=33.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282630.4900.230.68151.532.2624.31
Hex2A523F3101744982018
Octal5212277610271042304030
Binary101010101001011111111000101011110001001001100010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,63); }

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

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

 a { background-color: rgb(42,82,63); }

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

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

 span { border-color: rgb(42,82,63); }

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