#315043

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

Shades of Te Papa Green #315043

Tints of Te Papa Green #315043

Color information

#315043 (or 0x315043) is unknown color: approx Te Papa Green. HEX triplet: 31, 50 and 43. RGB value is (49,80,67). Sum of RGB (Red+Green+Blue) = 49+80+67=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #315043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315043 is #CEAFBC. Grayscale: #454545. Windows color (decimal): -13545405 or 4411441. OLE color: 4411441.

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

Color convert

RGB498067-
CMYK0.3900.160.69
HSL154.84º24.03%25.29%-
HSV(B)154.84º38.75%31.37%-
XYZ5.156.86.35-
YUV69.25126.73113.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=25%
G=40.82%
B=34.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980670.3900.160.69154.8424.0325.29
Hex31504327010459b1819
Octal61120103470201052333031
Binary110001101000010000111001110100001000101100110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315043; }

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

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

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

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

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

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

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

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