#2B5247

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

Shades of Te Papa Green #2B5247

Tints of Te Papa Green #2B5247

Color information

#2B5247 (or 0x2B5247) is unknown color: approx Te Papa Green. HEX triplet: 2B, 52 and 47. RGB value is (43,82,71). Sum of RGB (Red+Green+Blue) = 43+82+71=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5247 is #D4ADB8. Grayscale: #454545. Windows color (decimal): -13938105 or 4674091. OLE color: 4674091.

HSL color Cylindrical-coordinate representation of color #2B5247: hue angle of 163.08º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5247 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB438271-
CMYK0.4800.130.68
HSL163.08º31.2%24.51%-
HSV(B)163.08º47.56%32.16%-
XYZ5.1577.04-
YUV69.08129.08109.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=21.94%
G=41.84%
B=36.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382710.4800.130.68163.0831.224.51
Hex2B5247300D44a31f19
Octal53122107600151042433731
Binary10101110100101000111110000011011000100101000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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