#2A4B3F

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

Shades of Te Papa Green #2A4B3F

Tints of Te Papa Green #2A4B3F

Color information

#2A4B3F (or 0x2A4B3F) is unknown color: approx Te Papa Green. HEX triplet: 2A, 4B and 3F. RGB value is (42,75,63). Sum of RGB (Red+Green+Blue) = 42+75+63=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B3F is #D5B4C0. Grayscale: #3F3F3F. Windows color (decimal): -14005441 or 4148010. OLE color: 4148010.

HSL color Cylindrical-coordinate representation of color #2A4B3F: hue angle of 158.18º 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 #2A4B3F is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB427563-
CMYK0.4400.160.71
HSL158.18º28.21%22.94%-
HSV(B)158.18º44%29.41%-
XYZ4.375.885.61-
YUV63.76127.57112.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.33%
GREEN value IS 75 (29.69% from 255) = 41.67%
BLUE value IS 63 (25% from 255) = 35%
R=23.33%
G=41.67%
B=35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4275630.4400.160.71158.1828.2122.94
Hex2A4B3F2C010479e1c17
Octal5211377540201072363427
Binary10101010010111111111011000100001000111100111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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