Html Css Color HEX #2B5340 Te Papa Green

📋 copy color: '#2B5340'

red 43 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #2B5340

Tints of Te Papa Green #2B5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 22.63%
G = 43.68%
B = 33.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#2B5340 (or 0x2B5340) is known color: Te Papa Green. HEX triplet: 2B, 53 and 40. RGB value is (43,83,64). Sum of RGB (Red+Green+Blue) = 43+83+64=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5340 is #D4ACBF. Grayscale: #444444. Windows color (decimal): -13937856 or 4215595. OLE color: 4215595.

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

Color convert

RGB 43 83 64 -
CMYK 0.48 0 0.23 0.67
HSL 151.5º 0.32% 0.25% -
HSV(B) 151.5º 0.48% 0.33% -
XYZ 5.01 7.07 5.95 -
YUV 68.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 43 83 64 0.48 0 0.23 0.67 151.5 0.32 0.25
Hex 2B 53 40 30 0 17 43 98 20 19
Octal 53 123 100 60 0 27 103 230 40 31
Binary 101011 1010011 1000000 110000 0 10111 1000011 10011000 100000 11001

Color Harmonies of #2B5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5340

Black with #2B5340

Text Example


Text Example

White with #2B5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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