Html Css Color HEX #31463F Te Papa Green

📋 copy color: '#31463F'

red 49 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #31463F

Tints of Te Papa Green #31463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

 BLUE value IS 63 (25% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#31463F (or 0x31463F) is known color: Te Papa Green. HEX triplet: 31, 46 and 3F. RGB value is (49,70,63). Sum of RGB (Red+Green+Blue) = 49+70+63=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #31463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31463F is #CEB9C0. Grayscale: #3E3E3E. Windows color (decimal): -13547969 or 4146737. OLE color: 4146737.

HSL color Cylindrical-coordinate representation of color #31463F: hue angle of 160º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31463F is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 63 -
CMYK 0.30 0 0.10 0.73
HSL 160º 0.18% 0.23% -
HSV(B) 160º 0.3% 0.27% -
XYZ 4.35 5.39 5.51 -
YUV 62.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 49 70 63 0.30 0 0.10 0.73 160 0.18 0.23
Hex 31 46 3F 1E 0 A 49 A0 12 17
Octal 61 106 77 36 0 12 111 240 22 27
Binary 110001 1000110 111111 11110 0 1010 1001001 10100000 10010 10111

Color Harmonies of #31463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31463F

Black with #31463F

Text Example


Text Example

White with #31463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31463F; }

 p { color: rgb(49,70,63); }

 H1.HeaderClassName
 {
   color: #31463F;
 }
 .AnyTagClassName
 {
   color: #31463F;
 }
</style>

background-color css

<style>
 a { background-color: #31463F; }

 a { background-color: rgb(49,70,63); }

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

border-color css

<style>
 span { border-color: #31463F; }

 span { border-color: rgb(49,70,63); }

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