Html Css Color HEX #314A41 Te Papa Green

📋 copy color: '#314A41'

red 49 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #314A41

Tints of Te Papa Green #314A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

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

R = 26.06%
G = 39.36%
B = 34.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#314A41 (or 0x314A41) is known color: Te Papa Green. HEX triplet: 31, 4A and 41. RGB value is (49,74,65). Sum of RGB (Red+Green+Blue) = 49+74+65=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #314A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A41 is #CEB5BE. Grayscale: #414141. Windows color (decimal): -13546943 or 4278833. OLE color: 4278833.

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

Color convert

RGB 49 74 65 -
CMYK 0.34 0 0.12 0.71
HSL 158.4º 0.2% 0.24% -
HSV(B) 158.4º 0.34% 0.29% -
XYZ 4.67 5.93 5.9 -
YUV 65.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 49 74 65 0.34 0 0.12 0.71 158.4 0.2 0.24
Hex 31 4A 41 22 0 C 47 9E 14 18
Octal 61 112 101 42 0 14 107 236 24 30
Binary 110001 1001010 1000001 100010 0 1100 1000111 10011110 10100 11000

Color Harmonies of #314A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A41

Black with #314A41

Text Example


Text Example

White with #314A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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