#2B503E

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

Shades of Te Papa Green #2B503E

Tints of Te Papa Green #2B503E

Color information

#2B503E (or 0x2B503E) is unknown color: approx Te Papa Green. HEX triplet: 2B, 50 and 3E. RGB value is (43,80,62). Sum of RGB (Red+Green+Blue) = 43+80+62=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #2B503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B503E is #D4AFC1. Grayscale: #424242. Windows color (decimal): -13938626 or 4083755. OLE color: 4083755.

HSL color Cylindrical-coordinate representation of color #2B503E: hue angle of 150.81º 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 #2B503E is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB438062-
CMYK0.4600.220.69
HSL150.81º30.08%24.12%-
HSV(B)150.81º46.25%31.37%-
XYZ4.736.65.58-
YUV66.88125.24110.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=23.24%
G=43.24%
B=33.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380620.4600.220.69150.8130.0824.12
Hex2B503E2E01645971e18
Octal5312076560261052273630
Binary10101110100001111101011100101101000101100101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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