#31493E

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

Shades of Te Papa Green #31493E

Tints of Te Papa Green #31493E

Color information

#31493E (or 0x31493E) is unknown color: approx Te Papa Green. HEX triplet: 31, 49 and 3E. RGB value is (49,73,62). Sum of RGB (Red+Green+Blue) = 49+73+62=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #31493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31493E is #CEB6C1. Grayscale: #404040. Windows color (decimal): -13547202 or 4081969. OLE color: 4081969.

HSL color Cylindrical-coordinate representation of color #31493E: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31493E is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB497362-
CMYK0.3300.150.71
HSL152.5º19.67%23.92%-
HSV(B)152.5º32.88%28.63%-
XYZ4.525.775.43-
YUV64.57126.55116.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=26.63%
G=39.67%
B=33.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973620.3300.150.71152.519.6723.92
Hex31493E210F47981418
Octal6111176410171072302430
Binary1100011001001111110100001011111000111100110001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31493E; }

 p { color: rgb(49,73,62); }

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

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

 a { background-color: rgb(49,73,62); }

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

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

 span { border-color: rgb(49,73,62); }

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