Html Css Color HEX #314E42 Te Papa Green

📋 copy color: '#314E42'

red 49 ◦ green 78 ◦ blue 66

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

Shades of Te Papa Green #314E42

Tints of Te Papa Green #314E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.41%

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

R = 25.39%
G = 40.41%
B = 34.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#314E42 (or 0x314E42) is known color: Te Papa Green. HEX triplet: 31, 4E and 42. RGB value is (49,78,66). Sum of RGB (Red+Green+Blue) = 49+78+66=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #314E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E42 is #CEB1BD. Grayscale: #434343. Windows color (decimal): -13545918 or 4345393. OLE color: 4345393.

HSL color Cylindrical-coordinate representation of color #314E42: hue angle of 155.17º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E42 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 66 -
CMYK 0.37 0 0.15 0.69
HSL 155.17º 0.23% 0.25% -
HSV(B) 155.17º 0.37% 0.31% -
XYZ 4.97 6.5 6.15 -
YUV 67.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 49 78 66 0.37 0 0.15 0.69 155.17 0.23 0.25
Hex 31 4E 42 25 0 F 45 9B 17 19
Octal 61 116 102 45 0 17 105 233 27 31
Binary 110001 1001110 1000010 100101 0 1111 1000101 10011011 10111 11001

Color Harmonies of #314E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E42

Black with #314E42

Text Example


Text Example

White with #314E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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