#2B4A3F

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

Shades of Te Papa Green #2B4A3F

Tints of Te Papa Green #2B4A3F

Color information

#2B4A3F (or 0x2B4A3F) is unknown color: approx Te Papa Green. HEX triplet: 2B, 4A and 3F. RGB value is (43,74,63). Sum of RGB (Red+Green+Blue) = 43+74+63=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4A3F is #D4B5C0. Grayscale: #3F3F3F. Windows color (decimal): -13940161 or 4147755. OLE color: 4147755.

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

Color convert

RGB437463-
CMYK0.4200.150.71
HSL158.71º26.5%22.94%-
HSV(B)158.71º41.89%29.02%-
XYZ4.345.775.59-
YUV63.48127.73113.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.89%
GREEN value IS 74 (29.30% from 255) = 41.11%
BLUE value IS 63 (25% from 255) = 35%
R=23.89%
G=41.11%
B=35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4374630.4200.150.71158.7126.522.94
Hex2B4A3F2A0F479f1a17
Octal5311277520171072373227
Binary1010111001010111111101010011111000111100111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,63); }

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

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

 a { background-color: rgb(43,74,63); }

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

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

 span { border-color: rgb(43,74,63); }

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