#314840

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

Shades of Te Papa Green #314840

Tints of Te Papa Green #314840

Color information

#314840 (or 0x314840) is unknown color: approx Te Papa Green. HEX triplet: 31, 48 and 40. RGB value is (49,72,64). Sum of RGB (Red+Green+Blue) = 49+72+64=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #314840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314840 is #CEB7BF. Grayscale: #404040. Windows color (decimal): -13547456 or 4212785. OLE color: 4212785.

HSL color Cylindrical-coordinate representation of color #314840: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314840 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB497264-
CMYK0.3200.110.72
HSL159.13º19.01%23.73%-
HSV(B)159.13º31.94%28.24%-
XYZ4.515.665.7-
YUV64.21127.88117.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.49%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=26.49%
G=38.92%
B=34.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972640.3200.110.72159.1319.0123.73
Hex314840200B489f1318
Octal61110100400131102372330
Binary11000110010001000000100000010111001000100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314840; }

 p { color: rgb(49,72,64); }

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

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

 a { background-color: rgb(49,72,64); }

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

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

 span { border-color: rgb(49,72,64); }

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