Html Css Color HEX #2A5448 Te Papa Green

📋 copy color: '#2A5448'

red 42 ◦ green 84 ◦ blue 72

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

Shades of Te Papa Green #2A5448

Tints of Te Papa Green #2A5448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 21.21%
G = 42.42%
B = 36.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#2A5448 (or 0x2A5448) is known color: Te Papa Green. HEX triplet: 2A, 54 and 48. RGB value is (42,84,72). Sum of RGB (Red+Green+Blue) = 42+84+72=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5448 is #D5ABB7. Grayscale: #464646. Windows color (decimal): -14003128 or 4740138. OLE color: 4740138.

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

Color convert

RGB 42 84 72 -
CMYK 0.5 0 0.14 0.67
HSL 162.86º 0.33% 0.25% -
HSV(B) 162.86º 0.5% 0.33% -
XYZ 5.29 7.3 7.26 -
YUV 70.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 42 84 72 0.5 0 0.14 0.67 162.86 0.33 0.25
Hex 2A 54 48 32 0 E 43 A3 21 19
Octal 52 124 110 62 0 16 103 243 41 31
Binary 101010 1010100 1001000 110010 0 1110 1000011 10100011 100001 11001

Color Harmonies of #2A5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5448

Black with #2A5448

Text Example


Text Example

White with #2A5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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