Html Css Color HEX #2B5343 Te Papa Green

📋 copy color: '#2B5343'

red 43 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #2B5343

Tints of Te Papa Green #2B5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

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

R = 22.28%
G = 43.01%
B = 34.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#2B5343 (or 0x2B5343) is known color: Te Papa Green. HEX triplet: 2B, 53 and 43. RGB value is (43,83,67). Sum of RGB (Red+Green+Blue) = 43+83+67=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5343 is #D4ACBC. Grayscale: #454545. Windows color (decimal): -13937853 or 4412203. OLE color: 4412203.

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

Color convert

RGB 43 83 67 -
CMYK 0.48 0 0.19 0.67
HSL 156º 0.32% 0.25% -
HSV(B) 156º 0.48% 0.33% -
XYZ 5.1 7.11 6.41 -
YUV 69.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 43 83 67 0.48 0 0.19 0.67 156 0.32 0.25
Hex 2B 53 43 30 0 13 43 9C 20 19
Octal 53 123 103 60 0 23 103 234 40 31
Binary 101011 1010011 1000011 110000 0 10011 1000011 10011100 100000 11001

Color Harmonies of #2B5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5343

Black with #2B5343

Text Example


Text Example

White with #2B5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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