Html Css Color HEX #2B5341 Te Papa Green

📋 copy color: '#2B5341'

red 43 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #2B5341

Tints of Te Papa Green #2B5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 22.51%
G = 43.46%
B = 34.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2B5341 (or 0x2B5341) is known color: Te Papa Green. HEX triplet: 2B, 53 and 41. RGB value is (43,83,65). Sum of RGB (Red+Green+Blue) = 43+83+65=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5341 is #D4ACBE. Grayscale: #454545. Windows color (decimal): -13937855 or 4281131. OLE color: 4281131.

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

Color convert

RGB 43 83 65 -
CMYK 0.48 0 0.22 0.67
HSL 153º 0.32% 0.25% -
HSV(B) 153º 0.48% 0.33% -
XYZ 5.04 7.08 6.1 -
YUV 68.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 43 83 65 0.48 0 0.22 0.67 153 0.32 0.25
Hex 2B 53 41 30 0 16 43 99 20 19
Octal 53 123 101 60 0 26 103 231 40 31
Binary 101011 1010011 1000001 110000 0 10110 1000011 10011001 100000 11001

Color Harmonies of #2B5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5341

Black with #2B5341

Text Example


Text Example

White with #2B5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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