Html Css Color HEX #2B493E Te Papa Green

📋 copy color: '#2B493E'

red 43 ◦ green 73 ◦ blue 62

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

Shades of Te Papa Green #2B493E

Tints of Te Papa Green #2B493E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

 BLUE value IS 62 (24.61% from 255) = 34.83%

R = 24.16%
G = 41.01%
B = 34.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#2B493E (or 0x2B493E) is known color: Te Papa Green. HEX triplet: 2B, 49 and 3E. RGB value is (43,73,62). Sum of RGB (Red+Green+Blue) = 43+73+62=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #2B493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B493E is #D4B6C1. Grayscale: #3E3E3E. Windows color (decimal): -13940418 or 4081963. OLE color: 4081963.

HSL color Cylindrical-coordinate representation of color #2B493E: hue angle of 158º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B493E is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 73 62 -
CMYK 0.41 0 0.15 0.71
HSL 158º 0.26% 0.23% -
HSV(B) 158º 0.41% 0.29% -
XYZ 4.25 5.63 5.42 -
YUV 62.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 43 73 62 0.41 0 0.15 0.71 158 0.26 0.23
Hex 2B 49 3E 29 0 F 47 9E 1A 17
Octal 53 111 76 51 0 17 107 236 32 27
Binary 101011 1001001 111110 101001 0 1111 1000111 10011110 11010 10111

Color Harmonies of #2B493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B493E

Black with #2B493E

Text Example


Text Example

White with #2B493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,62); }

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

background-color css

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

 a { background-color: rgb(43,73,62); }

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

border-color css

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

 span { border-color: rgb(43,73,62); }

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