Html Css Color HEX #31473E Te Papa Green

📋 copy color: '#31473E'

red 49 ◦ green 71 ◦ blue 62

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

Shades of Te Papa Green #31473E

Tints of Te Papa Green #31473E

RGB

 RED value IS 49 (19.53% from 255) = 26.92%

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

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

R = 26.92%
G = 39.01%
B = 34.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#31473E (or 0x31473E) is known color: Te Papa Green. HEX triplet: 31, 47 and 3E. RGB value is (49,71,62). Sum of RGB (Red+Green+Blue) = 49+71+62=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #31473E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31473E is #CEB8C1. Grayscale: #3F3F3F. Windows color (decimal): -13547714 or 4081457. OLE color: 4081457.

HSL color Cylindrical-coordinate representation of color #31473E: hue angle of 155.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #31473E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 62 -
CMYK 0.31 0 0.13 0.72
HSL 155.45º 0.18% 0.24% -
HSV(B) 155.45º 0.31% 0.28% -
XYZ 4.39 5.51 5.39 -
YUV 63.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 49 71 62 0.31 0 0.13 0.72 155.45 0.18 0.24
Hex 31 47 3E 1F 0 D 48 9B 12 18
Octal 61 107 76 37 0 15 110 233 22 30
Binary 110001 1000111 111110 11111 0 1101 1001000 10011011 10010 11000

Color Harmonies of #31473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31473E

Black with #31473E

Text Example


Text Example

White with #31473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31473E; }

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

 H1.HeaderClassName
 {
   color: #31473E;
 }
 .AnyTagClassName
 {
   color: #31473E;
 }
</style>

background-color css

<style>
 a { background-color: #31473E; }

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

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

border-color css

<style>
 span { border-color: #31473E; }

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

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