#315046

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

Shades of Te Papa Green #315046

Tints of Te Papa Green #315046

Color information

#315046 (or 0x315046) is unknown color: approx Te Papa Green. HEX triplet: 31, 50 and 46. RGB value is (49,80,70). Sum of RGB (Red+Green+Blue) = 49+80+70=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #315046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315046 is #CEAFB9. Grayscale: #454545. Windows color (decimal): -13545402 or 4608049. OLE color: 4608049.

HSL color Cylindrical-coordinate representation of color #315046: hue angle of 160.65º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315046 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB498070-
CMYK0.3900.120.69
HSL160.65º24.03%25.29%-
HSV(B)160.65º38.75%31.37%-
XYZ5.246.836.84-
YUV69.59128.23113.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=24.62%
G=40.20%
B=35.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980700.3900.120.69160.6524.0325.29
Hex315046270C45a11819
Octal61120106470141052413031
Binary11000110100001000110100111011001000101101000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315046; }

 p { color: rgb(49,80,70); }

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

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

 a { background-color: rgb(49,80,70); }

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

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

 span { border-color: rgb(49,80,70); }

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