#31453D

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

Shades of Te Papa Green #31453D

Tints of Te Papa Green #31453D

Color information

#31453D (or 0x31453D) is unknown color: approx Te Papa Green. HEX triplet: 31, 45 and 3D. RGB value is (49,69,61). Sum of RGB (Red+Green+Blue) = 49+69+61=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #31453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31453D is #CEBAC2. Grayscale: #3E3E3E. Windows color (decimal): -13548227 or 4015409. OLE color: 4015409.

HSL color Cylindrical-coordinate representation of color #31453D: hue angle of 156º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #31453D is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB496961-
CMYK0.2900.120.73
HSL156º16.95%23.14%-
HSV(B)156º28.99%27.06%-
XYZ4.245.255.2-
YUV62.11127.37118.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=27.37%
G=38.55%
B=34.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969610.2900.120.7315616.9523.14
Hex31453D1D0C499c1117
Octal6110575350141112342127
Binary110001100010111110111101011001001001100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31453D; }

 p { color: rgb(49,69,61); }

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

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

 a { background-color: rgb(49,69,61); }

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

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

 span { border-color: rgb(49,69,61); }

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