#2B5240

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

Shades of Te Papa Green #2B5240

Tints of Te Papa Green #2B5240

Color information

#2B5240 (or 0x2B5240) is unknown color: approx Te Papa Green. HEX triplet: 2B, 52 and 40. RGB value is (43,82,64). Sum of RGB (Red+Green+Blue) = 43+82+64=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5240 is #D4ADBF. Grayscale: #444444. Windows color (decimal): -13938112 or 4215339. OLE color: 4215339.

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

Color convert

RGB438264-
CMYK0.4800.220.68
HSL152.31º31.2%24.51%-
HSV(B)152.31º47.56%32.16%-
XYZ4.946.925.93-
YUV68.29125.58109.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=22.75%
G=43.39%
B=33.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4382640.4800.220.68152.3131.224.51
Hex2B52403001644981f19
Octal53122100600261042303731
Binary101011101001010000001100000101101000100100110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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