Html Css Color HEX #2B5647 Te Papa Green

📋 copy color: '#2B5647'

red 43 ◦ green 86 ◦ blue 71

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

Shades of Te Papa Green #2B5647

Tints of Te Papa Green #2B5647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 21.5%
G = 43%
B = 35.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#2B5647 (or 0x2B5647) is known color: Te Papa Green. HEX triplet: 2B, 56 and 47. RGB value is (43,86,71). Sum of RGB (Red+Green+Blue) = 43+86+71=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #2B5647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5647 is #D4A9B8. Grayscale: #474747. Windows color (decimal): -13937081 or 4675115. OLE color: 4675115.

HSL color Cylindrical-coordinate representation of color #2B5647: hue angle of 159.07º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B5647 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 43 86 71 -
CMYK 0.50 0 0.17 0.66
HSL 159.07º 0.33% 0.25% -
HSV(B) 159.07º 0.5% 0.34% -
XYZ 5.46 7.62 7.14 -
YUV 71.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 43 86 71 0.50 0 0.17 0.66 159.07 0.33 0.25
Hex 2B 56 47 32 0 11 42 9F 21 19
Octal 53 126 107 62 0 21 102 237 41 31
Binary 101011 1010110 1000111 110010 0 10001 1000010 10011111 100001 11001

Color Harmonies of #2B5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5647

Black with #2B5647

Text Example


Text Example

White with #2B5647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,71); }

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

background-color css

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

 a { background-color: rgb(43,86,71); }

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

border-color css

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

 span { border-color: rgb(43,86,71); }

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