#315247

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

Shades of Te Papa Green #315247

Tints of Te Papa Green #315247

Color information

#315247 (or 0x315247) is unknown color: approx Te Papa Green. HEX triplet: 31, 52 and 47. RGB value is (49,82,71). Sum of RGB (Red+Green+Blue) = 49+82+71=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #315247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315247 is #CEADB8. Grayscale: #464646. Windows color (decimal): -13544889 or 4674097. OLE color: 4674097.

HSL color Cylindrical-coordinate representation of color #315247: hue angle of 160º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315247 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB498271-
CMYK0.4000.130.68
HSL160º25.19%25.69%-
HSV(B)160º40.24%32.16%-
XYZ5.427.147.05-
YUV70.88128.07112.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 71 (28.12% from 255) = 35.15%
R=24.26%
G=40.59%
B=35.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982710.4000.130.6816025.1925.69
Hex315247280D44a0191a
Octal61122107500151042403132
Binary11000110100101000111101000011011000100101000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315247; }

 p { color: rgb(49,82,71); }

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

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

 a { background-color: rgb(49,82,71); }

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

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

 span { border-color: rgb(49,82,71); }

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