Html Css Color HEX #2B5443 Te Papa Green

📋 copy color: '#2B5443'

red 43 ◦ green 84 ◦ blue 67

#2B5443
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #2B5443

Tints of Te Papa Green #2B5443

RGB

 RED value IS 43 (17.19% from 255) = 22.16%

 GREEN value IS 84 (33.2% from 255) = 43.3%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 22.16%
G = 43.3%
B = 34.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#2B5443 (or 0x2B5443) is known color: Te Papa Green. HEX triplet: 2B, 54 and 43. RGB value is (43,84,67). Sum of RGB (Red+Green+Blue) = 43+84+67=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5443 is #D4ABBC. Grayscale: #454545. Windows color (decimal): -13937597 or 4412459. OLE color: 4412459.

HSL color Cylindrical-coordinate representation of color #2B5443: hue angle of 155.12º 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 #2B5443 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 67 -
CMYK 0.49 0 0.20 0.67
HSL 155.12º 0.32% 0.25% -
HSV(B) 155.12º 0.49% 0.33% -
XYZ 5.18 7.26 6.44 -
YUV 69.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 43 84 67 0.49 0 0.20 0.67 155.12 0.32 0.25
Hex 2B 54 43 31 0 14 43 9B 20 19
Octal 53 124 103 61 0 24 103 233 40 31
Binary 101011 1010100 1000011 110001 0 10100 1000011 10011011 100000 11001

Color Harmonies of #2B5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5443

Black with #2B5443

Text Example


Text Example

White with #2B5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B5443;
 }
 .AnyTagClassName
 {
   color: #2B5443;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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