#314F45

Color #314F45 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #314F45

Tints of Te Papa Green #314F45

Color information

#314F45 (or 0x314F45) is unknown color: approx Te Papa Green. HEX triplet: 31, 4F and 45. RGB value is (49,79,69). Sum of RGB (Red+Green+Blue) = 49+79+69=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 79 - color contains mainly: green. Hex color #314F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F45 is #CEB0BA. Grayscale: #444444. Windows color (decimal): -13545659 or 4542257. OLE color: 4542257.

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

Color convert

RGB497969-
CMYK0.3800.130.69
HSL160º23.44%25.1%-
HSV(B)160º37.97%30.98%-
XYZ5.146.676.65-
YUV68.89128.06113.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 79 (31.25% from 255) = 40.10%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=24.87%
G=40.10%
B=35.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4979690.3800.130.6916023.4425.1
Hex314F45260D45a01719
Octal61117105460151052402731
Binary11000110011111000101100110011011000101101000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,69); }

 H1.HeaderClassName
 {
   color: #314F45;
 }
 .AnyTagClassName
 {
   color: #314F45;
 }
</style>
background-color css

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

 a { background-color: rgb(49,79,69); }

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

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

 span { border-color: rgb(49,79,69); }

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