Html Css Color HEX #2A5343 Te Papa Green

📋 copy color: '#2A5343'

red 42 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #2A5343

Tints of Te Papa Green #2A5343

RGB

 RED value IS 42 (16.8% from 255) = 21.88%

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

 BLUE value IS 67 (26.56% from 255) = 34.9%

R = 21.88%
G = 43.23%
B = 34.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#2A5343 (or 0x2A5343) is known color: Te Papa Green. HEX triplet: 2A, 53 and 43. RGB value is (42,83,67). Sum of RGB (Red+Green+Blue) = 42+83+67=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5343 is #D5ACBC. Grayscale: #444444. Windows color (decimal): -14003389 or 4412202. OLE color: 4412202.

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

Color convert

RGB 42 83 67 -
CMYK 0.49 0 0.19 0.67
HSL 156.59º 0.33% 0.25% -
HSV(B) 156.59º 0.49% 0.33% -
XYZ 5.06 7.08 6.41 -
YUV 68.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 42 83 67 0.49 0 0.19 0.67 156.59 0.33 0.25
Hex 2A 53 43 31 0 13 43 9D 21 19
Octal 52 123 103 61 0 23 103 235 41 31
Binary 101010 1010011 1000011 110001 0 10011 1000011 10011101 100001 11001

Color Harmonies of #2A5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5343

Black with #2A5343

Text Example


Text Example

White with #2A5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,83,67); }

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

background-color css

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

 a { background-color: rgb(42,83,67); }

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

border-color css

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

 span { border-color: rgb(42,83,67); }

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