Html Css Color HEX #314940 Te Papa Green

📋 copy color: '#314940'

red 49 ◦ green 73 ◦ blue 64

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

Shades of Te Papa Green #314940

Tints of Te Papa Green #314940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 64 (25.39% from 255) = 34.41%

R = 26.34%
G = 39.25%
B = 34.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#314940 (or 0x314940) is known color: Te Papa Green. HEX triplet: 31, 49 and 40. RGB value is (49,73,64). Sum of RGB (Red+Green+Blue) = 49+73+64=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #314940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314940 is #CEB6BF. Grayscale: #404040. Windows color (decimal): -13547200 or 4213041. OLE color: 4213041.

HSL color Cylindrical-coordinate representation of color #314940: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314940 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 64 -
CMYK 0.33 0 0.12 0.71
HSL 157.5º 0.2% 0.24% -
HSV(B) 157.5º 0.33% 0.29% -
XYZ 4.57 5.79 5.73 -
YUV 64.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 49 73 64 0.33 0 0.12 0.71 157.5 0.2 0.24
Hex 31 49 40 21 0 C 47 9E 14 18
Octal 61 111 100 41 0 14 107 236 24 30
Binary 110001 1001001 1000000 100001 0 1100 1000111 10011110 10100 11000

Color Harmonies of #314940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314940

Black with #314940

Text Example


Text Example

White with #314940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314940; }

 p { color: rgb(49,73,64); }

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

background-color css

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

 a { background-color: rgb(49,73,64); }

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

border-color css

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

 span { border-color: rgb(49,73,64); }

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