#2B5445

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

Shades of Te Papa Green #2B5445

Tints of Te Papa Green #2B5445

Color information

#2B5445 (or 0x2B5445) is unknown color: approx Te Papa Green. HEX triplet: 2B, 54 and 45. RGB value is (43,84,69). Sum of RGB (Red+Green+Blue) = 43+84+69=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5445 is #D4ABBA. Grayscale: #464646. Windows color (decimal): -13937595 or 4543531. OLE color: 4543531.

HSL color Cylindrical-coordinate representation of color #2B5445: hue angle of 158.05º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5445 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB438469-
CMYK0.4900.180.67
HSL158.05º32.28%24.9%-
HSV(B)158.05º48.81%32.94%-
XYZ5.247.286.76-
YUV70.03127.42108.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=21.94%
G=42.86%
B=35.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384690.4900.180.67158.0532.2824.9
Hex2B544531012439e2019
Octal53124105610221032364031
Binary1010111010100100010111000101001010000111001111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,69); }

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

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

 a { background-color: rgb(43,84,69); }

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

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

 span { border-color: rgb(43,84,69); }

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