Html Css Color HEX #2B5548 Te Papa Green

📋 copy color: '#2B5548'

red 43 ◦ green 85 ◦ blue 72

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

Shades of Te Papa Green #2B5548

Tints of Te Papa Green #2B5548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 21.5%
G = 42.5%
B = 36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#2B5548 (or 0x2B5548) is known color: Te Papa Green. HEX triplet: 2B, 55 and 48. RGB value is (43,85,72). Sum of RGB (Red+Green+Blue) = 43+85+72=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5548 is #D4AAB7. Grayscale: #464646. Windows color (decimal): -13937336 or 4740395. OLE color: 4740395.

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

Color convert

RGB 43 85 72 -
CMYK 0.49 0 0.15 0.67
HSL 161.43º 0.33% 0.25% -
HSV(B) 161.43º 0.49% 0.33% -
XYZ 5.41 7.48 7.29 -
YUV 70.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 43 85 72 0.49 0 0.15 0.67 161.43 0.33 0.25
Hex 2B 55 48 31 0 F 43 A1 21 19
Octal 53 125 110 61 0 17 103 241 41 31
Binary 101011 1010101 1001000 110001 0 1111 1000011 10100001 100001 11001

Color Harmonies of #2B5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5548

Black with #2B5548

Text Example


Text Example

White with #2B5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,72); }

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

background-color css

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

 a { background-color: rgb(43,85,72); }

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

border-color css

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

 span { border-color: rgb(43,85,72); }

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