#315042

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

Shades of Te Papa Green #315042

Tints of Te Papa Green #315042

Color information

#315042 (or 0x315042) is unknown color: approx Te Papa Green. HEX triplet: 31, 50 and 42. RGB value is (49,80,66). Sum of RGB (Red+Green+Blue) = 49+80+66=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #315042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315042 is #CEAFBD. Grayscale: #454545. Windows color (decimal): -13545406 or 4345905. OLE color: 4345905.

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

Color convert

RGB498066-
CMYK0.3900.170.69
HSL152.9º24.03%25.29%-
HSV(B)152.9º38.75%31.37%-
XYZ5.126.786.19-
YUV69.13126.23113.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=25.13%
G=41.03%
B=33.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980660.3900.170.69152.924.0325.29
Hex3150422701145991819
Octal61120102470211052313031
Binary110001101000010000101001110100011000101100110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315042; }

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

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

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

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

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

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

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

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