Html Css Color HEX #314E3F Te Papa Green

📋 copy color: '#314E3F'

red 49 ◦ green 78 ◦ blue 63

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

Shades of Te Papa Green #314E3F

Tints of Te Papa Green #314E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.16%

R = 25.79%
G = 41.05%
B = 33.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#314E3F (or 0x314E3F) is known color: Te Papa Green. HEX triplet: 31, 4E and 3F. RGB value is (49,78,63). Sum of RGB (Red+Green+Blue) = 49+78+63=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #314E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E3F is #CEB1C0. Grayscale: #434343. Windows color (decimal): -13545921 or 4148785. OLE color: 4148785.

HSL color Cylindrical-coordinate representation of color #314E3F: hue angle of 148.97º 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 #314E3F is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 63 -
CMYK 0.37 0 0.19 0.69
HSL 148.97º 0.23% 0.25% -
HSV(B) 148.97º 0.37% 0.31% -
XYZ 4.89 6.46 5.69 -
YUV 67.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 49 78 63 0.37 0 0.19 0.69 148.97 0.23 0.25
Hex 31 4E 3F 25 0 13 45 95 17 19
Octal 61 116 77 45 0 23 105 225 27 31
Binary 110001 1001110 111111 100101 0 10011 1000101 10010101 10111 11001

Color Harmonies of #314E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E3F

Black with #314E3F

Text Example


Text Example

White with #314E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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