#2A483E

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

Shades of Te Papa Green #2A483E

Tints of Te Papa Green #2A483E

Color information

#2A483E (or 0x2A483E) is unknown color: approx Te Papa Green. HEX triplet: 2A, 48 and 3E. RGB value is (42,72,62). Sum of RGB (Red+Green+Blue) = 42+72+62=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #2A483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A483E is #D5B7C1. Grayscale: #3D3D3D. Windows color (decimal): -14006210 or 4081706. OLE color: 4081706.

HSL color Cylindrical-coordinate representation of color #2A483E: hue angle of 160º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A483E is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB427262-
CMYK0.4200.140.72
HSL160º26.32%22.35%-
HSV(B)160º41.67%28.24%-
XYZ4.145.475.4-
YUV61.89128.06113.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=23.86%
G=40.91%
B=35.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272620.4200.140.7216026.3222.35
Hex2A483E2A0E48a01a16
Octal5211076520161102403226
Binary1010101001000111110101010011101001000101000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,62); }

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

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

 a { background-color: rgb(42,72,62); }

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

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

 span { border-color: rgb(42,72,62); }

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