#31322B

Color #31322B Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #31322B

Tints of Green Waterloo #31322B

Color information

#31322B (or 0x31322B) is unknown color: approx Green Waterloo. HEX triplet: 31, 32 and 2B. RGB value is (49,50,43). Sum of RGB (Red+Green+Blue) = 49+50+43=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 50 - color contains mainly: green. Hex color #31322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31322B is #CECDD4. Grayscale: #303030. Windows color (decimal): -13553109 or 2830897. OLE color: 2830897.

HSL color Cylindrical-coordinate representation of color #31322B: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #31322B is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB495043-
CMYK0.0200.140.80
HSL68.57º7.53%18.24%-
HSV(B)68.57º14%19.61%-
XYZ2.843.112.74-
YUV48.9124.67128.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.51%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=34.51%
G=35.21%
B=30.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950430.0200.140.8068.577.5318.24
Hex31322B20E5045812
Octal61625320161201051022
Binary110001110010101011100111010100001000101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31322B; }

 p { color: rgb(49,50,43); }

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

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

 a { background-color: rgb(49,50,43); }

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

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

 span { border-color: rgb(49,50,43); }

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