Html Css Color HEX #314941 Te Papa Green

📋 copy color: '#314941'

red 49 ◦ green 73 ◦ blue 65

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

Shades of Te Papa Green #314941

Tints of Te Papa Green #314941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 26.2%
G = 39.04%
B = 34.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#314941 (or 0x314941) is known color: Te Papa Green. HEX triplet: 31, 49 and 41. RGB value is (49,73,65). Sum of RGB (Red+Green+Blue) = 49+73+65=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #314941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314941 is #CEB6BE. Grayscale: #404040. Windows color (decimal): -13547199 or 4278577. OLE color: 4278577.

HSL color Cylindrical-coordinate representation of color #314941: hue angle of 160º 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 #314941 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 65 -
CMYK 0.33 0 0.11 0.71
HSL 160º 0.2% 0.24% -
HSV(B) 160º 0.33% 0.29% -
XYZ 4.6 5.8 5.88 -
YUV 64.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 49 73 65 0.33 0 0.11 0.71 160 0.2 0.24
Hex 31 49 41 21 0 B 47 A0 14 18
Octal 61 111 101 41 0 13 107 240 24 30
Binary 110001 1001001 1000001 100001 0 1011 1000111 10100000 10100 11000

Color Harmonies of #314941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314941

Black with #314941

Text Example


Text Example

White with #314941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314941; }

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

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

background-color css

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

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

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

border-color css

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

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

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