#2B4B42

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

Shades of Te Papa Green #2B4B42

Tints of Te Papa Green #2B4B42

Color information

#2B4B42 (or 0x2B4B42) is unknown color: approx Te Papa Green. HEX triplet: 2B, 4B and 42. RGB value is (43,75,66). Sum of RGB (Red+Green+Blue) = 43+75+66=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B42 is #D4B4BD. Grayscale: #404040. Windows color (decimal): -13939902 or 4344619. OLE color: 4344619.

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

Color convert

RGB437566-
CMYK0.4300.120.71
HSL163.12º27.12%23.14%-
HSV(B)163.12º42.67%29.41%-
XYZ4.55.946.06-
YUV64.41128.9112.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=23.37%
G=40.76%
B=35.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4375660.4300.120.71163.1227.1223.14
Hex2B4B422B0C47a31b17
Octal53113102530141072433327
Binary10101110010111000010101011011001000111101000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,75,66); }

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

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

 a { background-color: rgb(43,75,66); }

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

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

 span { border-color: rgb(43,75,66); }

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