Html Css Color HEX #2A473E Te Papa Green

📋 copy color: '#2A473E'

red 42 ◦ green 71 ◦ blue 62

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

Shades of Te Papa Green #2A473E

Tints of Te Papa Green #2A473E

RGB

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

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

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

R = 24%
G = 40.57%
B = 35.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#2A473E (or 0x2A473E) is known color: Te Papa Green. HEX triplet: 2A, 47 and 3E. RGB value is (42,71,62). Sum of RGB (Red+Green+Blue) = 42+71+62=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #2A473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A473E is #D5B8C1. Grayscale: #3D3D3D. Windows color (decimal): -14006466 or 4081450. OLE color: 4081450.

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

Color convert

RGB 42 71 62 -
CMYK 0.41 0 0.13 0.72
HSL 161.38º 0.26% 0.22% -
HSV(B) 161.38º 0.41% 0.28% -
XYZ 4.08 5.35 5.37 -
YUV 61.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 42 71 62 0.41 0 0.13 0.72 161.38 0.26 0.22
Hex 2A 47 3E 29 0 D 48 A1 1A 16
Octal 52 107 76 51 0 15 110 241 32 26
Binary 101010 1000111 111110 101001 0 1101 1001000 10100001 11010 10110

Color Harmonies of #2A473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A473E

Black with #2A473E

Text Example


Text Example

White with #2A473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,62); }

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

background-color css

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

 a { background-color: rgb(42,71,62); }

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

border-color css

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

 span { border-color: rgb(42,71,62); }

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