Html Css Color HEX #2B473C Te Papa Green

📋 copy color: '#2B473C'

red 43 ◦ green 71 ◦ blue 60

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

Shades of Te Papa Green #2B473C

Tints of Te Papa Green #2B473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 24.71%
G = 40.8%
B = 34.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#2B473C (or 0x2B473C) is known color: Te Papa Green. HEX triplet: 2B, 47 and 3C. RGB value is (43,71,60). Sum of RGB (Red+Green+Blue) = 43+71+60=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #2B473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B473C is #D4B8C3. Grayscale: #3D3D3D. Windows color (decimal): -13940932 or 3950379. OLE color: 3950379.

HSL color Cylindrical-coordinate representation of color #2B473C: hue angle of 156.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B473C is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 60 -
CMYK 0.39 0 0.15 0.72
HSL 156.43º 0.25% 0.22% -
HSV(B) 156.43º 0.39% 0.28% -
XYZ 4.07 5.35 5.09 -
YUV 61.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 43 71 60 0.39 0 0.15 0.72 156.43 0.25 0.22
Hex 2B 47 3C 27 0 F 48 9C 19 16
Octal 53 107 74 47 0 17 110 234 31 26
Binary 101011 1000111 111100 100111 0 1111 1001000 10011100 11001 10110

Color Harmonies of #2B473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B473C

Black with #2B473C

Text Example


Text Example

White with #2B473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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