Html Css Color HEX #2A5443 Te Papa Green

📋 copy color: '#2A5443'

red 42 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #2A5443

Tints of Te Papa Green #2A5443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.52%

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

R = 21.76%
G = 43.52%
B = 34.72%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#2A5443 (or 0x2A5443) is known color: Te Papa Green. HEX triplet: 2A, 54 and 43. RGB value is (42,84,67). Sum of RGB (Red+Green+Blue) = 42+84+67=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5443 is #D5ABBC. Grayscale: #454545. Windows color (decimal): -14003133 or 4412458. OLE color: 4412458.

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

Color convert

RGB 42 84 67 -
CMYK 0.5 0 0.20 0.67
HSL 155.71º 0.33% 0.25% -
HSV(B) 155.71º 0.5% 0.33% -
XYZ 5.14 7.24 6.44 -
YUV 69.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 42 84 67 0.5 0 0.20 0.67 155.71 0.33 0.25
Hex 2A 54 43 32 0 14 43 9C 21 19
Octal 52 124 103 62 0 24 103 234 41 31
Binary 101010 1010100 1000011 110010 0 10100 1000011 10011100 100001 11001

Color Harmonies of #2A5443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5443

Black with #2A5443

Text Example


Text Example

White with #2A5443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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