#2B5047

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

Shades of Te Papa Green #2B5047

Tints of Te Papa Green #2B5047

Color information

#2B5047 (or 0x2B5047) is unknown color: approx Te Papa Green. HEX triplet: 2B, 50 and 47. RGB value is (43,80,71). Sum of RGB (Red+Green+Blue) = 43+80+71=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5047 is #D4AFB8. Grayscale: #434343. Windows color (decimal): -13938617 or 4673579. OLE color: 4673579.

HSL color Cylindrical-coordinate representation of color #2B5047: hue angle of 165.41º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B5047 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB438071-
CMYK0.4600.110.69
HSL165.41º30.08%24.12%-
HSV(B)165.41º46.25%31.37%-
XYZ56.716.99-
YUV67.91129.74110.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=22.16%
G=41.24%
B=36.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380710.4600.110.69165.4130.0824.12
Hex2B50472E0B45a51e18
Octal53120107560131052453630
Binary10101110100001000111101110010111000101101001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,71); }

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

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

 a { background-color: rgb(43,80,71); }

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

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

 span { border-color: rgb(43,80,71); }

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