#315048

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

Shades of Te Papa Green #315048

Tints of Te Papa Green #315048

Color information

#315048 (or 0x315048) is unknown color: approx Te Papa Green. HEX triplet: 31, 50 and 48. RGB value is (49,80,72). Sum of RGB (Red+Green+Blue) = 49+80+72=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #315048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315048 is #CEAFB7. Grayscale: #454545. Windows color (decimal): -13545400 or 4739121. OLE color: 4739121.

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

Color convert

RGB498072-
CMYK0.3900.100.69
HSL164.52º24.03%25.29%-
HSV(B)164.52º38.75%31.37%-
XYZ5.36.867.18-
YUV69.82129.23113.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=24.38%
G=39.80%
B=35.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980720.3900.100.69164.5224.0325.29
Hex315048270A45a51819
Octal61120110470121052453031
Binary11000110100001001000100111010101000101101001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315048; }

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

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

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

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

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

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

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

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