Html Css Color HEX #314A42 Te Papa Green

📋 copy color: '#314A42'

red 49 ◦ green 74 ◦ blue 66

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

Shades of Te Papa Green #314A42

Tints of Te Papa Green #314A42

RGB

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

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

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

R = 25.93%
G = 39.15%
B = 34.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#314A42 (or 0x314A42) is known color: Te Papa Green. HEX triplet: 31, 4A and 42. RGB value is (49,74,66). Sum of RGB (Red+Green+Blue) = 49+74+66=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #314A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A42 is #CEB5BD. Grayscale: #414141. Windows color (decimal): -13546942 or 4344369. OLE color: 4344369.

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

Color convert

RGB 49 74 66 -
CMYK 0.34 0 0.11 0.71
HSL 160.8º 0.2% 0.24% -
HSV(B) 160.8º 0.34% 0.29% -
XYZ 4.7 5.94 6.05 -
YUV 65.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 49 74 66 0.34 0 0.11 0.71 160.8 0.2 0.24
Hex 31 4A 42 22 0 B 47 A1 14 18
Octal 61 112 102 42 0 13 107 241 24 30
Binary 110001 1001010 1000010 100010 0 1011 1000111 10100001 10100 11000

Color Harmonies of #314A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A42

Black with #314A42

Text Example


Text Example

White with #314A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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