#314841

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

Shades of Te Papa Green #314841

Tints of Te Papa Green #314841

Color information

#314841 (or 0x314841) is unknown color: approx Te Papa Green. HEX triplet: 31, 48 and 41. RGB value is (49,72,65). Sum of RGB (Red+Green+Blue) = 49+72+65=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #314841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314841 is #CEB7BE. Grayscale: #404040. Windows color (decimal): -13547455 or 4278321. OLE color: 4278321.

HSL color Cylindrical-coordinate representation of color #314841: hue angle of 161.74º 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 #314841 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB497265-
CMYK0.3200.100.72
HSL161.74º19.01%23.73%-
HSV(B)161.74º31.94%28.24%-
XYZ4.545.675.86-
YUV64.32128.38117.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=26.34%
G=38.71%
B=34.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972650.3200.100.72161.7419.0123.73
Hex314841200A48a21318
Octal61110101400121102422330
Binary11000110010001000001100000010101001000101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314841; }

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

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

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

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

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

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

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

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