Html Css Color HEX #314942 Te Papa Green

📋 copy color: '#314942'

red 49 ◦ green 73 ◦ blue 66

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

Shades of Te Papa Green #314942

Tints of Te Papa Green #314942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 26.06%
G = 38.83%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#314942 (or 0x314942) is known color: Te Papa Green. HEX triplet: 31, 49 and 42. RGB value is (49,73,66). Sum of RGB (Red+Green+Blue) = 49+73+66=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #314942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314942 is #CEB6BD. Grayscale: #414141. Windows color (decimal): -13547198 or 4344113. OLE color: 4344113.

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

Color convert

RGB 49 73 66 -
CMYK 0.33 0 0.10 0.71
HSL 162.5º 0.2% 0.24% -
HSV(B) 162.5º 0.33% 0.29% -
XYZ 4.63 5.81 6.03 -
YUV 65.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 49 73 66 0.33 0 0.10 0.71 162.5 0.2 0.24
Hex 31 49 42 21 0 A 47 A2 14 18
Octal 61 111 102 41 0 12 107 242 24 30
Binary 110001 1001001 1000010 100001 0 1010 1000111 10100010 10100 11000

Color Harmonies of #314942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314942

Black with #314942

Text Example


Text Example

White with #314942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314942; }

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

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

background-color css

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

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

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

border-color css

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

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

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