#2A4B3E

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

Shades of Te Papa Green #2A4B3E

Tints of Te Papa Green #2A4B3E

Color information

#2A4B3E (or 0x2A4B3E) is unknown color: approx Te Papa Green. HEX triplet: 2A, 4B and 3E. RGB value is (42,75,62). Sum of RGB (Red+Green+Blue) = 42+75+62=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B3E is #D5B4C1. Grayscale: #3F3F3F. Windows color (decimal): -14005442 or 4082474. OLE color: 4082474.

HSL color Cylindrical-coordinate representation of color #2A4B3E: hue angle of 156.36º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B3E is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB427562-
CMYK0.4400.170.71
HSL156.36º28.21%22.94%-
HSV(B)156.36º44%29.41%-
XYZ4.345.875.46-
YUV63.65127.07112.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=23.46%
G=41.90%
B=34.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4275620.4400.170.71156.3628.2122.94
Hex2A4B3E2C011479c1c17
Octal5211376540211072343427
Binary10101010010111111101011000100011000111100111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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